Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dsandbox_init_win.cc42 if (current_command_line->HasSwitch(switches::kWaitForDebuggerChildren)) { in StartSandboxedProcess()
44 switches::kWaitForDebuggerChildren); in StartSandboxedProcess()
45 child_command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, in StartSandboxedProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dsandbox_init_win.cc41 if (current_command_line->HasSwitch(switches::kWaitForDebuggerChildren)) { in StartSandboxedProcess()
43 switches::kWaitForDebuggerChildren); in StartSandboxedProcess()
44 child_command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, in StartSandboxedProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/common/
H A Dcontent_switches.cc793 const char kWaitForDebuggerChildren[] = "wait-for-debugger-children"; variable
H A Dcontent_switches.h217 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dcontent_switches.cc850 const char kWaitForDebuggerChildren[] = "wait-for-debugger-children"; variable
H A Dcontent_switches.h237 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_process_host_impl.cc3492 if (browser_cmd.HasSwitch(switches::kWaitForDebuggerChildren)) { in PropagateBrowserCommandLineToRenderer()
3495 browser_cmd.GetSwitchValueASCII(switches::kWaitForDebuggerChildren); in PropagateBrowserCommandLineToRenderer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_process_host_impl.cc3449 if (browser_cmd.HasSwitch(switches::kWaitForDebuggerChildren)) { in PropagateBrowserCommandLineToRenderer()
3452 browser_cmd.GetSwitchValueASCII(switches::kWaitForDebuggerChildren); in PropagateBrowserCommandLineToRenderer()