HomeSort by relevance Sort by last modified time
    Searched refs:ForCurrentProcess (Results 1 - 25 of 1121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/apps/app_shim/
app_shim_mac.cc 15 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableAppShims);
  /external/chromium_org/components/autofill/core/common/
password_autofill_util.cc 15 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/ui/app_list/
app_list_switches.cc 16 return CommandLine::ForCurrentProcess()->HasSwitch(kEnableFolderUI);
  /external/chromium_org/ui/base/
ui_base_switches_util.cc 14 return !CommandLine::ForCurrentProcess()->HasSwitch(
17 return CommandLine::ForCurrentProcess()->HasSwitch(
24 return !CommandLine::ForCurrentProcess()->HasSwitch(
27 return CommandLine::ForCurrentProcess()->HasSwitch(
device_form_factor_android.cc 13 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTabletUI))
  /external/chromium_org/ui/views/
views_switches.cc 21 return !CommandLine::ForCurrentProcess()->
  /external/chromium_org/ui/message_center/
message_center_util.cc 22 if (CommandLine::ForCurrentProcess()->HasSwitch(
26 if (CommandLine::ForCurrentProcess()->HasSwitch(
35 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/ash/
ash_switches.cc 209 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/
extension_clipboard_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_debugger_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_input_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webrequest_apitest.cc 20 CommandLine::ForCurrentProcess()->AppendSwitch(
27 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webnavigation_apitest.cc 16 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(
extension_get_views_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_infobar_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/chrome/installer/setup/
run_all_unittests.cc 15 if (CommandLine::ForCurrentProcess()->HasSwitch(kAdjustProcessPriority))
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 24 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
39 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 42 CommandLine* command_line = CommandLine::ForCurrentProcess();
48 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.cc 24 if (CommandLine::ForCurrentProcess()->
36 if (CommandLine::ForCurrentProcess()->
  /external/chromium_org/gpu/command_buffer/tests/
gl_tests_main.cc 36 gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
40 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
  /external/chromium/chrome/browser/
background_mode_manager_factory.cc 33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
tab_closeable_state_watcher.cc 22 if (!CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 18 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
  /external/chromium_org/cc/base/
switches.cc 155 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();
  /external/chromium_org/chrome/browser/ui/
browser_commands_mac.cc 20 const CommandLine* command_line = CommandLine::ForCurrentProcess();

Completed in 1201 milliseconds

1 2 3 4 5 6 7 8 91011>>