/third_party/cef/libcef/common/extensions/ |
D | extensions_util.cc | 15 static bool enabled = !base::CommandLine::ForCurrentProcess()->HasSwitch( in ExtensionsEnabled() 22 ExtensionsEnabled() && !base::CommandLine::ForCurrentProcess()->HasSwitch( in PdfExtensionEnabled() 35 if (base::CommandLine::ForCurrentProcess()->HasSwitch( in PrintPreviewEnabled() 40 return base::CommandLine::ForCurrentProcess()->HasSwitch( in PrintPreviewEnabled()
|
/third_party/gn/src/gn/ |
D | command_args.cc | 215 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kSwitchList); in ListArgs() 236 base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchOverridesOnly); in ListArgs() 238 base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchShort); in ListArgs() 240 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchJson)) { in ListArgs() 505 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchList))
|
D | command_gen.cc | 200 base::CommandLine::ForCurrentProcess(); in RunIdeWriter() 330 base::CommandLine::ForCurrentProcess(); in RunRustProjectWriter() 349 base::CommandLine::ForCurrentProcess(); in RunCompileCommandsWriter() 606 if (!base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kArgs)) { 613 base::CommandLine::ForCurrentProcess();
|
D | command_help.cc | 103 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintSwitchHelp() 130 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintAllHelp() 266 base::CommandLine::ForCurrentProcess()->GetSwitches(); in RunHelp()
|
D | command_path.cc | 335 options.print_what = base::CommandLine::ForCurrentProcess()->HasSwitch("all") in RunPath() 339 base::CommandLine::ForCurrentProcess()->HasSwitch("public"); in RunPath() 341 base::CommandLine::ForCurrentProcess()->HasSwitch("with-data"); in RunPath()
|
D | command_clean_stale.cc | 80 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCleanStale()
|
D | command_check.cc | 197 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCheck() 250 if (!base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kQuiet)) { in RunCheck()
|
D | gn_main.cc | 43 const base::CommandLine& cmdline = *base::CommandLine::ForCurrentProcess(); in main()
|
D | command_format.cc | 1281 base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchDryRun); in RunFormat() 1283 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchDumpTree)) { in RunFormat() 1285 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in RunFormat() 1302 base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchStdin); in RunFormat() 1310 base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kQuiet); in RunFormat() 1338 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchReadTree)) { in RunFormat() 1340 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in RunFormat()
|
D | command_desc.cc | 206 bool tree = base::CommandLine::ForCurrentProcess()->HasSwitch(kTree); in ConfigsHandler() 217 bool tree = base::CommandLine::ForCurrentProcess()->HasSwitch(kTree); in DepsHandler() 218 bool all = base::CommandLine::ForCurrentProcess()->HasSwitch(kTree); in DepsHandler() 629 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunDesc()
|
D | command_ls.cc | 72 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess();
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_manager_delegate.cc | 70 *base::CommandLine::ForCurrentProcess(); in CreateSocketFactory() 109 *base::CommandLine::ForCurrentProcess(); in StartHttpHandler()
|
/third_party/cef/libcef/common/chrome/ |
D | chrome_main_delegate_cef.cc | 58 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in BasicStartupComplete() 142 base::CommandLine::ForCurrentProcess(); in PreSandboxStartup() 188 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in ZygoteForked()
|
/third_party/cef/libcef/common/ |
D | util_mac.mm | 57 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( 77 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( 107 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
D | app_manager.cc | 46 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in AddCustomScheme()
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.cc | 92 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in BasicStartupComplete() 350 base::CommandLine::ForCurrentProcess(); in PreSandboxStartup() 403 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in ZygoteForked() 479 base::CommandLine::ForCurrentProcess(); in InitializeResourceBundle()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_main.cc | 161 base::CommandLine::ForCurrentProcess(); in PostCreateMainMessageLoop() 252 base::CommandLine::ForCurrentProcess(); in PreMainMessageLoopRun()
|
/third_party/cef/libcef/renderer/ |
D | render_manager.cc | 190 return base::CommandLine::ForCurrentProcess()->HasSwitch( in IsExtensionProcess() 196 return base::CommandLine::ForCurrentProcess()->HasSwitch( in IsPdfProcess() 230 base::CommandLine::ForCurrentProcess(); in WebKitInitialized()
|
/third_party/cef/patch/patches/ |
D | webui_2037.patch | 47 + if (base::CommandLine::ForCurrentProcess()->HasSwitch( 90 + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
D | embedder_product_override.patch | 17 + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
D | resource_bundle_2512.patch | 15 mangle_localized_strings_ = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
/third_party/cef/libcef/browser/ |
D | speech_recognition_manager_delegate.cc | 33 base::CommandLine::ForCurrentProcess(); in CefSpeechRecognitionManagerDelegate()
|
/third_party/cef/libcef/browser/prefs/ |
D | renderer_prefs.cc | 133 if (base::CommandLine::ForCurrentProcess()->HasSwitch( in SetChromePrefs() 232 base::CommandLine::ForCurrentProcess(); in SetCommandLinePrefDefaults() 251 base::CommandLine::ForCurrentProcess(); in SetDefaultPrefs()
|
D | browser_prefs.cc | 121 base::CommandLine::ForCurrentProcess(); in RegisterProfilePrefs() 137 base::CommandLine::ForCurrentProcess(); in CreatePrefService()
|
/third_party/gn/src/util/ |
D | worker_pool.cc | 56 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in GetThreadCount()
|