Searched refs:OnTestTimedOut (Results 1 – 4 of 4) sorted by relevance
157 void OnTestTimedOut(const CommandLine& cmd_line) override;
67 virtual void OnTestTimedOut(const CommandLine& cmd_line) {} in OnTestTimedOut() function
435 void UnitTestLauncherDelegate::OnTestTimedOut(const CommandLine& cmd_line) { in OnTestTimedOut() function in base::UnitTestLauncherDelegate
563 delegate->OnTestTimedOut(command_line); in LaunchChildTestProcessWithOptions()