Home
last modified time | relevance | path

Searched refs:ForCurrentProcess (Results 1 – 25 of 44) sorted by relevance

12

/third_party/cef/libcef/common/extensions/
Dextensions_util.cc15 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/
Dcommand_args.cc215 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))
Dcommand_gen.cc200 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();
Dcommand_help.cc103 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()
Dcommand_path.cc335 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()
Dcommand_clean_stale.cc80 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCleanStale()
Dcommand_check.cc197 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCheck()
250 if (!base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kQuiet)) { in RunCheck()
Dgn_main.cc43 const base::CommandLine& cmdline = *base::CommandLine::ForCurrentProcess(); in main()
Dcommand_format.cc1281 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()
Dcommand_desc.cc206 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()
Dcommand_ls.cc72 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess();
/third_party/cef/libcef/browser/devtools/
Ddevtools_manager_delegate.cc70 *base::CommandLine::ForCurrentProcess(); in CreateSocketFactory()
109 *base::CommandLine::ForCurrentProcess(); in StartHttpHandler()
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc58 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/
Dutil_mac.mm57 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
77 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
107 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
Dapp_manager.cc46 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in AddCustomScheme()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc92 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/
Dalloy_browser_main.cc161 base::CommandLine::ForCurrentProcess(); in PostCreateMainMessageLoop()
252 base::CommandLine::ForCurrentProcess(); in PreMainMessageLoopRun()
/third_party/cef/libcef/renderer/
Drender_manager.cc190 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/
Dwebui_2037.patch47 + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
90 + !base::CommandLine::ForCurrentProcess()->HasSwitch(
Dembedder_product_override.patch17 + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
Dresource_bundle_2512.patch15 mangle_localized_strings_ = base::CommandLine::ForCurrentProcess()->HasSwitch(
/third_party/cef/libcef/browser/
Dspeech_recognition_manager_delegate.cc33 base::CommandLine::ForCurrentProcess(); in CefSpeechRecognitionManagerDelegate()
/third_party/cef/libcef/browser/prefs/
Drenderer_prefs.cc133 if (base::CommandLine::ForCurrentProcess()->HasSwitch( in SetChromePrefs()
232 base::CommandLine::ForCurrentProcess(); in SetCommandLinePrefDefaults()
251 base::CommandLine::ForCurrentProcess(); in SetDefaultPrefs()
Dbrowser_prefs.cc121 base::CommandLine::ForCurrentProcess(); in RegisterProfilePrefs()
137 base::CommandLine::ForCurrentProcess(); in CreatePrefService()
/third_party/gn/src/util/
Dworker_pool.cc56 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in GetThreadCount()

12