Searched refs:ForCurrentProcess (Results 1 - 25 of 974) sorted by relevance

1234567891011>>

/external/chromium_org/ui/base/
H A Dui_base_switches_util.cc16 if (CommandLine::ForCurrentProcess()->HasSwitch(
25 return CommandLine::ForCurrentProcess()->HasSwitch(
31 return !CommandLine::ForCurrentProcess()->HasSwitch(
34 return CommandLine::ForCurrentProcess()->HasSwitch(
41 return !CommandLine::ForCurrentProcess()->HasSwitch(
44 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/athena/util/
H A Dswitches.cc14 return base::CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/android_webview/common/
H A Daw_switches.cc14 CommandLine::ForCurrentProcess()->HasSwitch(kForceAuxiliaryBitmap);
/external/chromium_org/ui/app_list/
H A Dapp_list_switches.cc33 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableSyncAppList);
35 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableSyncAppList);
59 return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableAppInfo);
66 return CommandLine::ForCurrentProcess()->HasSwitch(
71 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableCenteredAppList) ||
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dticl_device_settings_provider.cc19 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/components/nacl/common/
H A Dnacl_nonsfi_util.cc17 return CommandLine::ForCurrentProcess()->HasSwitch(
H A Dnacl_cmd_line.cc14 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
/external/chromium_org/ui/views/
H A Dviews_switches.cc30 return !CommandLine::ForCurrentProcess()->
/external/chromium_org/ui/compositor/
H A Dcompositor_switches.cc31 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
/external/chromium_org/chrome/installer/setup/
H A Drun_all_unittests.cc15 if (CommandLine::ForCurrentProcess()->HasSwitch(kAdjustProcessPriority))
/external/chromium_org/components/search/
H A Dsearch_android_unittest.cc22 CommandLine::ForCurrentProcess()->AppendSwitch(
/external/chromium_org/content/shell/renderer/
H A Dshell_render_frame_observer.cc19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
/external/chromium_org/ui/native_theme/
H A Dnative_theme_switches.cc21 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
/external/chromium_org/ui/ozone/
H A Dplatform_selection.cc19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kOzonePlatform) &&
22 return CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.cc35 CommandLine::ForCurrentProcess()->HasSwitch(
38 CommandLine::ForCurrentProcess()->HasSwitch(
41 CommandLine::ForCurrentProcess()->HasSwitch(
44 CommandLine::ForCurrentProcess()->HasSwitch(
47 CommandLine::ForCurrentProcess()->HasSwitch(
50 CommandLine::ForCurrentProcess()->HasSwitch(
119 if (CommandLine::ForCurrentProcess()->HasSwitch(command_switch))
134 return CommandLine::ForCurrentProcess()->HasSwitch(
144 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcommand_line_reader.cc18 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
37 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kTtl),
48 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
56 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
78 std::string filename = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_apitest.cc24 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
39 CommandLine::ForCurrentProcess()->AppendSwitch(
/external/chromium_org/chrome/browser/android/
H A Dchrome_startup_flags.cc23 CommandLine* command_line = CommandLine::ForCurrentProcess();
30 CommandLine* command_line = CommandLine::ForCurrentProcess();
/external/chromium_org/chrome/browser/app_mode/
H A Dapp_mode_utils.cc42 CommandLine* command_line = CommandLine::ForCurrentProcess();
48 CommandLine* command_line = CommandLine::ForCurrentProcess();
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_ui_overrides_browsertest.cc16 CommandLine::ForCurrentProcess()->AppendSwitchASCII(
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_aura.cc35 if (!CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_experimental_unittest.cc21 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_manifests_isolatedapp_unittest.cc26 CommandLine::ForCurrentProcess()->AppendSwitch(
/external/chromium_org/components/autofill/core/common/
H A Dpassword_autofill_util.cc35 !CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/content/common/
H A Dcontent_switches_internal.cc18 *base::CommandLine::ForCurrentProcess();

Completed in 1331 milliseconds

1234567891011>>