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

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dextension_devtools_browsertest.cc7 #include "base/command_line.h"
10 void ExtensionDevToolsBrowserTest::SetUpCommandLine(CommandLine* command_line) { argument
11 ExtensionBrowserTest::SetUpCommandLine(command_line);
13 command_line->AppendSwitch(switches::kEnableExtensionTimelineApi);
H A Dextension_sidebar_apitest.cc5 #include "base/command_line.h"
11 void SetUpCommandLine(CommandLine* command_line) { argument
12 ExtensionApiTest::SetUpCommandLine(command_line);
13 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
H A Dpermissions_apitest.cc10 void SetUpCommandLine(CommandLine* command_line) { argument
11 ExtensionApiTest::SetUpCommandLine(command_line);
12 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view_browsertest.cc5 #include "base/command_line.h"
29 virtual void SetUpCommandLine(CommandLine* command_line) { argument
30 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:__anon5118
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"
20 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
21 if (command_line->HasSwitch(switches::kEnableSimplifiedFullscreen))
H A Dbrowser_navigator_browsertest_chromeos.cc7 #include "base/command_line.h"
27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
28 CommandLine command_line_copy = *command_line;
33 command_line); variable
/external/chromium_org/ui/base/touch/
H A Dtouch_enabled.cc6 #include "base/command_line.h"
14 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
16 command_line.HasSwitch(switches::kTouchEvents) ?
17 command_line.GetSwitchValueASCII(switches::kTouchEvents) :
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util.cc7 #include "base/command_line.h"
12 CommandLine* command_line; member in namespace:__anon2200
19 command_line = new_command_line;
23 if (command_line) {
24 if (!RelaunchChromeBrowser(*command_line)) {
29 delete command_line;
30 command_line = NULL;
H A Dfirst_run_browser_process.cc7 #include "base/command_line.h"
9 FirstRunBrowserProcess::FirstRunBrowserProcess(const CommandLine& command_line) argument
10 : BrowserProcessImpl(command_line) {
/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/components/autofill/content/browser/wallet/
H A Dwallet_service_url_unittest.cc5 #include "base/command_line.h"
49 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
50 command_line->AppendSwitch(switches::kWalletServiceUseProd);
54 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, "http://goo.gl");
/external/chromium_org/content/child/
H A Druntime_features.cc7 #include "base/command_line.h"
49 const CommandLine& command_line) {
52 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
57 if (command_line.HasSwitch(switches::kDisableDatabases))
60 if (command_line.HasSwitch(switches::kDisableApplicationCache))
63 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
66 if (command_line.HasSwitch(switches::kDisableLocalStorage))
69 if (command_line.HasSwitch(switches::kDisableSessionStorage))
72 if (command_line.HasSwitch(switches::kDisableGeolocation))
75 if (command_line
48 SetRuntimeFeaturesDefaultsAndUpdateFromArgs( const CommandLine& command_line) argument
[all...]
/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/content/renderer/pepper/
H A Dppb_gpu_blacklist_private_impl.cc7 #include "base/command_line.h"
19 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
20 if (command_line)
22 command_line->HasSwitch(switches::kDisablePepper3d));
/external/chromium_org/ui/base/
H A Dui_base_switches_util.cc7 #include "base/command_line.h"
33 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
34 if (command_line->HasSwitch(switches::kDisableNewDialogStyle))
36 if (command_line->HasSwitch(switches::kEnableNewDialogStyle))
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator_browsertest_chromeos.cc7 #include "base/command_line.h"
20 virtual void SetUpCommandLine(CommandLine* command_line) { argument
21 CommandLine command_line_copy = *command_line;
25 command_line); local
/external/chromium_org/chrome/browser/android/
H A Dchrome_startup_flags.cc12 #include "base/command_line.h"
21 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
22 if (!command_line->HasSwitch(switch_string))
23 command_line->AppendSwitch(switch_string);
28 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
29 if (!command_line->HasSwitch(switch_string))
30 command_line->AppendSwitchASCII(switch_string, value);
/external/chromium_org/chrome/browser/app_mode/
H A Dapp_mode_utils.cc8 #include "base/command_line.h"
43 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
44 return command_line->HasSwitch(switches::kKioskMode) ||
49 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
50 return command_line->HasSwitch(switches::kForceAppMode) &&
51 command_line->HasSwitch(switches::kAppId);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_webkit_preferences.cc7 #include "base/command_line.h"
56 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
58 !command_line.HasSwitch(switches::kAllowWebUICompositing)) {
/external/chromium_org/chrome/browser/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::kSyncTrySsltcpFirstForXmpp);
34 command_line.HasSwitch(switches::kSyncInvalidateXmppLogin);
39 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
15 ParseNotifierOptions( const CommandLine& command_line) argument
/external/chromium_org/chrome/browser/ui/aura/
H A Dchrome_browser_main_extra_parts_aura.cc24 #include "base/command_line.h"
34 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
35 if (command_line->HasSwitch(switches::kViewerConnect) ||
36 command_line->HasSwitch(switches::kViewerLaunchViaAppId)) {
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.cc7 #include "base/command_line.h"
22 void PrepareBrowserCommandLineForTests(CommandLine* command_line) { argument
24 command_line->AppendSwitch(switches::kDisableWebResources);
28 command_line->AppendSwitch(switches::kDisablePreconnect);
31 command_line->AppendSwitch(switches::kNoFirstRun);
35 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck);
39 if (!command_line->HasSwitch(switches::kEnableLogging))
40 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr");
41 if (!command_line->HasSwitch(switches::kLoggingLevel))
42 command_line
[all...]
/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.cc7 #include "base/command_line.h"
32 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
33 if (command_line.HasSwitch(switches::kDisableAcceleratedCompositing))
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
58 if (command_line.HasSwitch(switches::kDisableForceCompositingMode) ||
59 command_line.HasSwitch(switches::kDisableThreadedCompositing))
68 if (command_line.HasSwitch(switches::kEnableThreadedCompositing))
89 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
92 if (command_line.HasSwitch(switches::kDisableForceCompositingMode))
100 if (command_line
[all...]

Completed in 1741 milliseconds

1234567891011>>