Home
last modified time | relevance | path

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

/external/chromium/base/
Dbase_switches.cc16 const char kDisableBreakpad[] = "disable-breakpad"; variable
Dbase_switches.h14 extern const char kDisableBreakpad[];
/external/chromium_org/base/
Dbase_switches.cc16 const char kDisableBreakpad[] = "disable-breakpad"; variable
Dbase_switches.h15 extern const char kDisableBreakpad[];
/external/chromium_org/components/nacl/common/
Dnacl_cmd_line.cc21 switches::kDisableBreakpad, in CopyNaClCommandLineArguments()
/external/chromium/chrome/common/
Dnacl_cmd_line.cc23 switches::kDisableBreakpad, in CopyNaClCommandLineArguments()
/external/chromium_org/content/app/
Dstartup_helper_win.cc64 if (!command_line.HasSwitch(switches::kDisableBreakpad)) { in SetupCRT()
/external/chromium_org/chrome/test/automation/
Dproxy_launcher.cc130 switches::kDisableBreakpad)), in ProxyLauncher()
442 command_line->AppendSwitch(switches::kDisableBreakpad); in PrepareTestCommandline()
/external/chromium_org/components/breakpad/app/
Dbreakpad_mac.mm170 // preference or through an environment variable, but the kDisableBreakpad
174 enable_breakpad &= !command_line->HasSwitch(switches::kDisableBreakpad);
Dbreakpad_linux.cc1449 if (parsed_command_line.HasSwitch(switches::kDisableBreakpad)) in InitCrashReporter()
1456 !parsed_command_line.HasSwitch(switches::kDisableBreakpad); in InitCrashReporter()
Dbreakpad_win.cc662 if (command.HasSwitch(switches::kDisableBreakpad)) in InitCrashReporter()
/external/chromium_org/content/browser/
Dplugin_process_host.cc191 switches::kDisableBreakpad, in Init()
/external/chromium_org/chrome/app/
Dchrome_main_delegate.cc503 if (!command_line.HasSwitch(switches::kDisableBreakpad)) { in InitMacCrashReporter()
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.cc1112 switches::kDisableBreakpad, in LaunchGpuProcess()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc1585 !command_line->HasSwitch(switches::kDisableBreakpad)) in AppendExtraCommandLineSwitches()
1586 command_line->AppendSwitch(switches::kDisableBreakpad); in AppendExtraCommandLineSwitches()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc938 switches::kDisableBreakpad, in PropagateBrowserCommandLineToRenderer()