HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/memory_inspector/
memory_inspector_cli 10 from memory_inspector.frontends import command_line namespace
14 sys.exit(command_line.main())
  /external/chromium_org/chrome/browser/android/
chrome_startup_flags.cc 12 #include "base/command_line.h"
23 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
24 if (!command_line->HasSwitch(switch_string))
25 command_line->AppendSwitch(switch_string);
30 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
31 if (!command_line->HasSwitch(switch_string))
32 command_line->AppendSwitchASCII(switch_string, value);
voice_search_tab_helper.cc 7 #include "base/command_line.h"
27 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
28 if (command_line.HasSwitch(
  /external/chromium_org/chrome/browser/dom_distiller/
profile_utils.cc 7 #include "base/command_line.h"
16 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
17 if (command_line.HasSwitch(switches::kEnableDomDistiller)) {
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.cc 7 #include "base/command_line.h"
12 CommandLine* command_line; member in namespace:__anon8683
19 command_line = new_command_line;
23 if (command_line) {
24 if (!RelaunchChromeBrowser(*command_line)) {
29 delete command_line;
30 command_line = NULL;
  /external/chromium_org/content/common/
content_switches_internal.cc 7 #include "base/command_line.h"
17 const base::CommandLine& command_line = local
21 if (command_line.HasSwitch(switches::kDisablePinch))
29 return command_line.HasSwitch(switches::kEnableViewport) ||
30 command_line.HasSwitch(switches::kEnablePinch);
sandbox_init_mac.cc 7 #include "base/command_line.h"
34 const base::CommandLine& command_line = local
36 if (command_line.HasSwitch(switches::kNoSandbox))
40 command_line.GetSwitchValueASCII(switches::kProcessType);
50 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
52 if (command_line.HasSwitch(switches::kDisableGpuSandbox))
sandbox_init_win.cc 7 #include "base/command_line.h"
17 const base::CommandLine& command_line = local
28 if (!command_line.HasSwitch(switches::kNoSandbox)) {
38 if (command_line.HasSwitch(switches::kNoSandbox))
set_process_title.cc 16 #include "base/command_line.h"
73 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
74 for (size_t i = 1; i < command_line->argv().size(); ++i) {
77 title += command_line->argv()[i];
  /external/chromium_org/mojo/shell/
shell_test_main.cc 6 #include "base/command_line.h"
16 const base::CommandLine& command_line = local
19 if (command_line.HasSwitch(switches::kChildProcessType)) {
21 mojo::shell::ChildProcess::Create(command_line);
  /external/chromium_org/ui/base/touch/
touch_enabled.cc 6 #include "base/command_line.h"
15 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
17 command_line.HasSwitch(switches::kTouchEvents) ?
18 command_line.GetSwitchValueASCII(switches::kTouchEvents) :
  /external/chromium_org/content/ppapi_plugin/
ppapi_broker_main.cc 18 const CommandLine& command_line = parameters.command_line; local
19 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
31 new PpapiThread(parameters.command_line, true)); // Broker.
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 8 #include "base/command_line.h"
42 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
43 return command_line->HasSwitch(switches::kKioskMode) ||
48 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
49 return command_line->HasSwitch(switches::kForceAppMode) &&
50 command_line->HasSwitch(switches::kAppId);
  /external/chromium_org/chrome/renderer/extensions/
renderer_permissions_policy_delegate.cc 7 #include "base/command_line.h"
42 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
43 if (command_line->HasSwitch(::switches::kSigninProcess)) {
  /external/chromium_org/components/translate/core/common/
translate_util_unittest.cc 7 #include "base/command_line.h"
91 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
92 command_line->AppendSwitchASCII(translate::switches::kTranslateSecurityOrigin,
  /external/chromium_org/content/app/android/
library_loader_hooks.cc 13 #include "base/command_line.h"
75 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
77 if (command_line->HasSwitch(switches::kTraceStartup)) {
79 command_line->GetSwitchValueASCII(switches::kTraceStartup));
  /external/chromium_org/media/video/capture/
video_capture_device_factory.cc 7 #include "base/command_line.h"
27 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
30 if (command_line->HasSwitch(switches::kUseFakeDeviceForMediaStream)) {
31 if (command_line->HasSwitch(switches::kUseFileForFakeVideoCapture)) {
  /external/chromium_org/mojo/shell/desktop/
mojo_main.cc 7 #include "base/command_line.h"
23 const base::CommandLine& command_line = local
25 base::CommandLine::StringVector args = command_line.GetArgs();
63 const base::CommandLine& command_line = local
65 if (command_line.HasSwitch(switches::kOrigin)) {
67 GURL(command_line.GetSwitchValueASCII(switches::kOrigin)));
  /external/chromium_org/tools/site_compare/commands/
measure.py 8 1. The command_line package from tools/site_compare
21 import command_line namespace
scrape.py 8 1. The command_line package from tools/site_compare
21 import command_line namespace
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.cc 7 #include "base/command_line.h"
27 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
  /external/chromium_org/ui/native_theme/
native_theme_switches.cc 5 #include "base/command_line.h"
21 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
23 if (command_line.HasSwitch(switches::kDisableOverlayScrollbar))
25 else if (command_line.HasSwitch(switches::kEnableOverlayScrollbar))
  /external/chromium_org/base/test/
multiprocess_test.cc 8 #include "base/command_line.h"
17 CommandLine command_line(base_command_line);
21 if (!command_line.HasSwitch(switches::kTestChildProcess))
22 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
25 LaunchProcess(command_line, options, &handle);
54 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); local
55 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
56 return command_line;
  /external/chromium_org/chrome/browser/chromeos/login/session/
restore_after_crash_session_manager_delegate.cc 7 #include "base/command_line.h"
30 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
37 if (command_line->HasSwitch(chromeos::switches::kLoginUser)) {
59 bool is_running_test = command_line->HasSwitch(::switches::kTestName) ||
60 command_line->HasSwitch(::switches::kTestType);
  /external/chromium_org/chrome/browser/domain_reliability/
service_factory.cc 7 #include "base/command_line.h"
25 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
26 if (command_line->HasSwitch(switches::kDisableDomainReliability))
28 if (command_line->HasSwitch(switches::kEnableDomainReliability))

Completed in 225 milliseconds

1 2 3 4 5 6 7 8 91011>>