Home
last modified time | relevance | path

Searched refs:treat_as_error (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/ceftests/
Dtest_handler.cc340 void TestHandler::OnTestTimeout(int timeout_ms, bool treat_as_error) { in OnTestTimeout() argument
342 if (treat_as_error) { in OnTestTimeout()
430 void TestHandler::SetTestTimeout(int timeout_ms, bool treat_as_error) { in SetTestTimeout() argument
433 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()
Dtest_handler.h226 virtual void OnTestTimeout(int timeout_ms, bool treat_as_error);
257 void SetTestTimeout(int timeout_ms = 5000, bool treat_as_error = true);