Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc57 command_line->AppendSwitch("disable-gpu"); in OnBeforeCommandLineProcessing()
58 command_line->AppendSwitch("disable-gpu-compositing"); in OnBeforeCommandLineProcessing()
73 command_line->AppendSwitch("disable-gpu-shader-disk-cache"); in OnBeforeCommandLineProcessing()
77 command_line->AppendSwitch("disable-popup-blocking"); in OnBeforeCommandLineProcessing()
81 command_line->AppendSwitch("use-mock-keychain"); in OnBeforeCommandLineProcessing()
/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc108 command_line->AppendSwitch("switch1"); in TEST()
124 command_line->AppendSwitch("-switch1"); in TEST()
144 command_line->AppendSwitch("-Switch1"); in TEST()
Dpreference_unittest.cc49 command_line->AppendSwitch("enable-preference-testing"); in OnBeforeCommandLineProcessing()
Durlrequest_unittest.cc50 command_line->AppendSwitch("disable-chrome-login-prompt"); in OnBeforeCommandLineProcessing()
54 command_line->AppendSwitch( in OnBeforeCommandLineProcessing()
/third_party/cef/libcef/common/
Dcrash_reporting.cc200 command_line->AppendSwitch(switches::kEnableCrashReporter); in BasicStartupComplete()
236 command_line->AppendSwitch(switches::kEnableCrashReporter); in ZygoteForked()
Dcommand_line_impl.cc111 void CefCommandLineImpl::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineImpl
113 mutable_value()->AppendSwitch(name.ToString()); in AppendSwitch()
Dcommand_line_impl.h40 void AppendSwitch(const CefString& name) override;
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.h52 void AppendSwitch(const CefString& name) override;
Dcommand_line_ctocpp.cc305 void CefCommandLineCToCpp::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineCToCpp
/third_party/cef/include/
Dcef_command_line.h174 virtual void AppendSwitch(const CefString& name) = 0;
/third_party/gn/src/base/
Dcommand_line.h182 void AppendSwitch(const std::string& switch_string);
Dcommand_line.cc320 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc148 command_line->AppendSwitch(sandbox::policy::switches::kNoSandbox); in BasicStartupComplete()
217 command_line->AppendSwitch(switches::kDisablePackLoading); in BasicStartupComplete()
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc84 command_line->AppendSwitch(sandbox::policy::switches::kNoSandbox); in BasicStartupComplete()
/third_party/gn/src/gn/
Dninja_build_writer.cc77 cmdline.AppendSwitch(std::string("-") + switches::kQuiet); in GetSelfInvocationCommandLine()
123 cmdline.AppendSwitch(switches::kRegeneration); in GetSelfInvocationCommandLine()
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc293 CefCommandLineCppToC::Get(self)->AppendSwitch(CefString(name)); in command_line_append_switch()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc99 command_line->AppendSwitch(switches::kEnableChromeRuntime); in AppendExtraCommandLineSwitches()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc775 command_line->AppendSwitch(switches::kEnablePrintPreview); in AppendExtraCommandLineSwitches()
782 command_line->AppendSwitch(extensions::switches::kExtensionProcess); in AppendExtraCommandLineSwitches()
/third_party/chromium/patch/
D0003-ohos-1115.patch23396 command_line->AppendSwitch(switches::kDisablePackLoading);