Home
last modified time | relevance | path

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

/external/chromium/base/
Dbase_switches.cc25 const char kNoErrorDialogs[] = "noerrdialogs"; variable
Dbase_switches.h17 extern const char kNoErrorDialogs[];
/external/chromium/chrome/common/
Dnacl_cmd_line.cc15 cmd_line->AppendSwitch(switches::kNoErrorDialogs); in CopyNaClCommandLineArguments()
Dlogging_chrome.cc325 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoErrorDialogs)) in InitChromeLogging()
340 command_line.HasSwitch(switches::kNoErrorDialogs)) in InitChromeLogging()
/external/chromium/chrome/browser/
Dbrowser_main_win.cc201 parsed_command_line.HasSwitch(switches::kNoErrorDialogs)) in PrepareRestartOnCrashEnviroment()
Dbrowser_main.cc1319 if (!parsed_command_line.HasSwitch(switches::kNoErrorDialogs)) in BrowserMain()