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

1234567891011>>

/external/chromium_org/apps/app_shim/
H A Dapp_shim_mac.cc15 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableAppShims);
/external/chromium_org/components/autofill/core/common/
H A Dpassword_autofill_util.cc15 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/ui/app_list/
H A Dapp_list_switches.cc16 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableFolderUI);
/external/chromium_org/ui/base/
H A Dui_base_switches_util.cc14 return !CommandLine::ForCurrentProcess()->HasSwitch(
17 return CommandLine::ForCurrentProcess()->HasSwitch(
24 return !CommandLine::ForCurrentProcess()->HasSwitch(
27 return CommandLine::ForCurrentProcess()->HasSwitch(
H A Ddevice_form_factor_android.cc13 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUI))
/external/chromium_org/ui/views/
H A Dviews_switches.cc21 return !CommandLine::ForCurrentProcess()->
/external/chromium_org/ui/message_center/
H A Dmessage_center_util.cc22 if (CommandLine::ForCurrentProcess()->HasSwitch(
26 if (CommandLine::ForCurrentProcess()->HasSwitch(
35 return CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium_org/ash/
H A Dash_switches.cc209 CommandLine* command_line = CommandLine::ForCurrentProcess();
215 return !CommandLine::ForCurrentProcess()->
220 return !CommandLine::ForCurrentProcess()->
225 return !CommandLine::ForCurrentProcess()->
232 return CommandLine::ForCurrentProcess()->
243 return CommandLine::ForCurrentProcess()->HasSwitch(kAshEnableMultiUserTray);
250 return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableOverviewMode);
254 return CommandLine::ForCurrentProcess()->HasSwitch(kAshEnableDockedWindows);
259 return !CommandLine::ForCurrentProcess()->
264 return !CommandLine::ForCurrentProcess()
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_clipboard_apitest.cc10 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_debugger_apitest.cc10 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_input_apitest.cc10 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_webrequest_apitest.cc20 CommandLine::ForCurrentProcess()->AppendSwitch(
27 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_webnavigation_apitest.cc16 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
34 CommandLine::ForCurrentProcess()->AppendSwitch(
43 CommandLine::ForCurrentProcess()->AppendSwitch(
52 CommandLine::ForCurrentProcess()->AppendSwitch(
61 CommandLine::ForCurrentProcess()->AppendSwitch(
70 CommandLine::ForCurrentProcess()->AppendSwitch(
79 CommandLine::ForCurrentProcess()->AppendSwitch(
88 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_get_views_apitest.cc19 CommandLine::ForCurrentProcess()->AppendSwitch(
H A Dextension_infobar_apitest.cc19 CommandLine::ForCurrentProcess()->AppendSwitch(
/external/chromium_org/chrome/installer/setup/
H A Drun_all_unittests.cc15 if (CommandLine::ForCurrentProcess()->HasSwitch(kAdjustProcessPriority))
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcommand_line_reader.cc23 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kHttpPortSwitch);
41 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kTtlSwitch),
52 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kServiceNameSwitch);
59 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kDomainNameSwitch);
81 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(kStatePathSwitch);
/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/app_mode/
H A Dapp_mode_utils.cc42 CommandLine* command_line = CommandLine::ForCurrentProcess();
48 CommandLine* command_line = CommandLine::ForCurrentProcess();
/external/chromium_org/chrome/browser/bookmarks/
H A Denhanced_bookmarks_features.cc24 if (CommandLine::ForCurrentProcess()->
36 if (CommandLine::ForCurrentProcess()->
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_tests_main.cc36 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
40 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_factory.cc33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
H A Dtab_closeable_state_watcher.cc22 if (!CommandLine::ForCurrentProcess()->HasSwitch(
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings_provider.cc18 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
/external/chromium_org/cc/base/
H A Dswitches.cc155 const CommandLine* command_line = CommandLine::ForCurrentProcess();
170 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
185 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
202 const CommandLine& command_line = *CommandLine::ForCurrentProcess();

Completed in 460 milliseconds

1234567891011>>