Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/diagnostics/
Ddiagnostics_model.cc60 bool continue_running = true; in RunAll() local
64 if (continue_running) { in RunAll()
65 continue_running = RunTest(tests_[i], observer, i); in RunAll()
84 bool continue_running = true; in RecoverAll() local
88 if (continue_running) { in RecoverAll()
89 continue_running = RunRecovery(tests_[i], observer, i); in RecoverAll()