Searched defs:SetTestIsRunning (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_interfaces.cc40 void WebTestInterfaces::SetTestIsRunning(bool running) { function in class:content::WebTestInterfaces
41 interfaces_->SetTestIsRunning(running);
H A Dtest_interfaces.cc99 void TestInterfaces::SetTestIsRunning(bool running) { function in class:content::TestInterfaces
100 test_runner_->SetTestIsRunning(running);
H A Dtest_runner.cc1659 void TestRunner::SetTestIsRunning(bool running) { function in class:content::TestRunner

Completed in 116 milliseconds