Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/common/
Dshell_switches.cc26 const char kCrashOnFailure[] = "crash-on-failure"; variable
Dshell_switches.h17 extern const char kCrashOnFailure[];
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc214 crash_when_leak_found_ = switchValue == switches::kCrashOnFailure; in WebKitTestController()