Searched refs:run_until_idle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gin/test/
H A Dfile_runner.h34 bool run_until_idle = true);
H A Dfile_runner.cc51 bool run_until_idle) {
65 if (run_until_idle) {
50 RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate, bool run_until_idle) argument
/external/chromium_org/mojo/bindings/js/
H A Drun_js_tests.cc32 void RunTest(std::string test, bool run_until_idle) { argument
40 gin::RunTestFromFile(path, &delegate, run_until_idle);
/external/chromium_org/mojo/apps/js/test/
H A Drun_apps_js_tests.cc38 void RunTest(std::string test, bool run_until_idle) { argument
47 gin::RunTestFromFile(path, &delegate, run_until_idle);

Completed in 238 milliseconds