Searched refs:wait_for_launch (Results 1 – 4 of 4) sorted by relevance
90 bool wait_for_launch) override;
533 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
962 bool wait_for_launch);971 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
2934 bool wait_for_launch) { in WillAttachToProcessWithName() argument2935 return DoWillAttachToProcessWithName(process_name, wait_for_launch); in WillAttachToProcessWithName()2957 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local2959 if (wait_for_launch) { in Attach()2960 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()