Searched defs:command_line (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/external/chromium_org/tools/memory_inspector/
H A Dmemory_inspector_cli10 from memory_inspector.frontends import command_line namespace
14 sys.exit(command_line.main())
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view_browsertest.cc5 #include "base/command_line.h"
32 virtual void SetUpCommandLine(CommandLine* command_line) { argument
33 command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001");
H A Dupgrade_util_mac.cc5 #include "base/command_line.h"
10 bool RelaunchChromeBrowser(const CommandLine& command_line) { argument
11 return mac_relauncher::RelaunchApp(command_line.argv());
H A Dupgrade_util.cc7 #include "base/command_line.h"
12 CommandLine* command_line; member in namespace:__anon3980
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/chrome/browser/ui/
H A Dbrowser_commands_mac.cc7 #include "base/command_line.h"
21 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
22 if (command_line->HasSwitch(switches::kEnableSimplifiedFullscreen))
/external/chromium_org/content/common/
H A Dcontent_switches_internal.cc7 #include "base/command_line.h"
17 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
20 if (command_line.HasSwitch(switches::kDisablePinch))
28 return command_line.HasSwitch(switches::kEnableViewport) ||
29 command_line.HasSwitch(switches::kEnablePinch);
H A Dsandbox_init_mac.cc7 #include "base/command_line.h"
34 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
35 if (command_line.HasSwitch(switches::kNoSandbox))
39 command_line.GetSwitchValueASCII(switches::kProcessType);
49 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
54 if (command_line.HasSwitch(switches::kDisableGpuSandbox))
H A Dsandbox_init_win.cc7 #include "base/command_line.h"
17 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
27 if (!command_line.HasSwitch(switches::kNoSandbox)) {
37 if (command_line.HasSwitch(switches::kNoSandbox))
/external/chromium_org/ui/base/touch/
H A Dtouch_enabled.cc6 #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/chrome/installer/mini_installer/
H A Dconfiguration_test.cc14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() { argument
15 Initialize(command_line);
18 void Initialize(const wchar_t* command_line) { argument
19 ASSERT_TRUE(InitializeFromCommandLine(command_line));
62 TestConfiguration(kCommandLines[i]).command_line());
/external/chromium_org/content/child/
H A Druntime_features.cc7 #include "base/command_line.h"
61 const CommandLine& command_line) {
62 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
67 if (command_line.HasSwitch(switches::kDisableDatabases))
70 if (command_line.HasSwitch(switches::kDisableApplicationCache))
73 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
76 if (command_line.HasSwitch(switches::kDisableNavigatorContentUtils))
79 if (command_line.HasSwitch(switches::kDisableLocalStorage))
82 if (command_line.HasSwitch(switches::kDisableSessionStorage))
85 if (command_line
60 SetRuntimeFeaturesDefaultsAndUpdateFromArgs( const CommandLine& command_line) argument
[all...]
/external/chromium_org/mojo/shell/
H A Dshell_test_main.cc6 #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/events/gestures/
H A Dunified_gesture_detector_enabled.cc5 #include "base/command_line.h"
15 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
17 command_line.HasSwitch(switches::kUnifiedGestureDetector) ?
18 command_line.GetSwitchValueASCII(switches::kUnifiedGestureDetector) :
/external/chromium_org/chrome/browser/android/
H A Dchrome_startup_flags.cc13 #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);
/external/chromium_org/chrome/browser/app_mode/
H A Dapp_mode_utils.cc8 #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/browser/ui/webui/
H A Ddownloads_ui_browsertest.cc7 #include "base/command_line.h"
27 CommandLine* command_line) {
28 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
26 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.cc7 #include "base/command_line.h"
23 void PrepareBrowserCommandLineForTests(CommandLine* command_line) { argument
25 command_line->AppendSwitch(switches::kDisableWebResources);
29 command_line->AppendSwitch(switches::kDisablePreconnect);
32 command_line->AppendSwitch(switches::kNoFirstRun);
36 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck);
40 if (!command_line->HasSwitch(switches::kEnableLogging))
41 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr");
42 if (!command_line->HasSwitch(switches::kLoggingLevel))
43 command_line
[all...]
/external/chromium_org/components/invalidation/
H A Dinvalidation_service_util.cc8 #include "base/command_line.h"
16 const CommandLine& command_line) {
19 if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
22 command_line.GetSwitchValueASCII(
29 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
15 ParseNotifierOptions( const CommandLine& command_line) argument
/external/chromium_org/components/translate/core/common/
H A Dtranslate_util_unittest.cc7 #include "base/command_line.h"
91 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
92 command_line->AppendSwitchASCII(translate::switches::kTranslateSecurityOrigin,
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_broker_main.cc18 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/tools/site_compare/commands/
H A Dmeasure.py8 1. The command_line package from tools/site_compare
21 import command_line namespace
H A Dscrape.py8 1. The command_line package from tools/site_compare
21 import command_line namespace
/external/chromium_org/ui/compositor/test/
H A Dcontext_factories_for_test.cc7 #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/
H A Dnative_theme_switches.cc5 #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/apps/shell/test/
H A Dshell_test_launcher_delegate.cc17 base::CommandLine* command_line,
16 AdjustChildProcessCommandLine( base::CommandLine* command_line, const base::FilePath& temp_data_dir) argument

Completed in 527 milliseconds

1234567891011>>