Searched refs:wait_for_launch (Results 1 – 6 of 6) sorted by relevance
69 bool wait_for_launch) override;
185 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
90 bool wait_for_launch) override;
517 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
906 bool wait_for_launch);915 bool wait_for_launch) { in DoWillAttachToProcessWithName() argument
2776 bool wait_for_launch) { in WillAttachToProcessWithName() argument2777 return DoWillAttachToProcessWithName(process_name, wait_for_launch); in WillAttachToProcessWithName()2795 const bool wait_for_launch = attach_info.GetWaitForLaunch(); in Attach() local2797 if (wait_for_launch) { in Attach()2798 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()