HomeSort by relevance Sort by last modified time
    Searched refs:SetTestIsRunning (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
web_test_interfaces.cc 40 void WebTestInterfaces::SetTestIsRunning(bool running) {
41 interfaces_->SetTestIsRunning(running);
web_test_interfaces.h 40 void SetTestIsRunning(bool running);
test_interfaces.h 48 void SetTestIsRunning(bool running);
test_interfaces.cc 99 void TestInterfaces::SetTestIsRunning(bool running) {
100 test_runner_->SetTestIsRunning(running);
test_runner.h 60 void SetTestIsRunning(bool);
test_runner.cc     [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 503 interfaces->SetTestIsRunning(false);
595 interfaces->SetTestIsRunning(true);
712 interfaces->SetTestIsRunning(true);

Completed in 67 milliseconds