Searched refs:treat_as_error (Results 1 – 2 of 2) sorted by relevance
340 void TestHandler::OnTestTimeout(int timeout_ms, bool treat_as_error) { in OnTestTimeout() argument342 if (treat_as_error) { in OnTestTimeout()430 void TestHandler::SetTestTimeout(int timeout_ms, bool treat_as_error) { in SetTestTimeout() argument433 timeout_ms, treat_as_error)); in SetTestTimeout()442 if (treat_as_error && CefCommandLine::GetGlobalCommandLine()->HasSwitch( in SetTestTimeout()451 timeout_ms, treat_as_error), in SetTestTimeout()
226 virtual void OnTestTimeout(int timeout_ms, bool treat_as_error);257 void SetTestTimeout(int timeout_ms = 5000, bool treat_as_error = true);