Searched refs:command_line (Results 1 - 25 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util.cc7 #include "base/command_line.h"
12 CommandLine* command_line; member in namespace:__anon4058
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 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 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");
/external/e2fsprogs/ext2ed/
H A Dext2ed.h254 extern void help (char *command_line);
255 extern void set (char *command_line);
256 extern void set_device (char *command_line);
257 extern void set_offset (char *command_line);
258 extern void set_type (char *command_line);
259 extern void show (char *command_line);
260 extern void pgup (char *command_line);
261 extern void pgdn (char *command_line);
262 extern void redraw (char *command_line);
263 extern void remember (char *command_line);
[all...]
/external/chromium_org/chrome/browser/extensions/api/command_line_private/
H A Dcommand_line_private_apitest.cc5 #include "base/command_line.h"
10 // chrome/test/data/extensions/api_test/command_line/basics/test.js.
15 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
16 ExtensionApiTest::SetUpCommandLine(command_line);
17 command_line->AppendSwitch(kTestCommandLineSwitch);
22 EXPECT_TRUE(RunComponentExtensionTest("command_line/basics")) << message_;
/external/chromium_org/chrome/browser/extensions/api/terminal/
H A Dterminal_private_apitest.cc5 #include "base/command_line.h"
10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
11 ExtensionApiTest::SetUpCommandLine(command_line);
12 command_line->AppendSwitchASCII(
/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/build/android/pylib/utils/
H A Drepo_utils.py14 command_line = ['git', 'log', '-1', '--pretty=format:%H']
15 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
/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/extensions/api/debugger/
H A Ddebugger_extension_apitest.cc5 #include "base/command_line.h"
12 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
13 ExtensionApiTest::SetUpCommandLine(command_line);
14 command_line->AppendSwitch(switches::kSilentDebuggerExtensionAPI);
15 command_line->AppendSwitch(extensions::switches::kExtensionsOnChromeURLs);
/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/signin/core/common/
H A Dprofile_management_switches.h46 void EnableNewAvatarMenuForTesting(base::CommandLine* command_line);
47 void DisableNewAvatarMenuForTesting(base::CommandLine* command_line);
48 void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
49 void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
/external/chromium_org/content/common/
H A Dcontent_switches_internal.cc7 #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);
/external/chromium_org/third_party/cython/src/bin/
H A Dcython8 main(command_line = 1)
/external/chromium_org/ui/compositor/
H A Dcompositor_switches.cc7 #include "base/command_line.h"
31 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
33 return command_line.HasSwitch(switches::kUIEnableImplSidePainting);
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
39 return command_line.HasSwitch(switches::kUIEnableZeroCopy);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dguest_mode_options_ui_browsertest.cc5 #include "base/command_line.h"
20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
21 command_line->AppendSwitch(chromeos::switches::kGuestSession);
22 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
24 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
26 command_line->AppendSwitch(switches::kIncognito);
/external/chromium_org/chrome/browser/android/
H A Dchrome_startup_flags.cc12 #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/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/chrome/browser/extensions/
H A Dwindow_open_interactive_apitest.cc5 #include "base/command_line.h"
10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
11 ExtensionApiTest::SetUpCommandLine(command_line);
12 command_line->AppendSwitch(switches::kEnablePanels);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc7 #include "base/command_line.h"
112 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
115 EXPECT_FALSE(command_line->HasSwitch(
117 EXPECT_FALSE(command_line->HasSwitch(
153 CommandLine command_line(CommandLine::NO_PROGRAM);
179 command_line.SetProgram(
181 command_line.AppendArg("/FILE");
182 command_line.AppendArgPath(output_file);
183 command_line.AppendArg("/DURATION");
184 command_line
[all...]
/external/chromium_org/content/child/
H A Druntime_features.cc7 #include "base/command_line.h"
83 const base::CommandLine& command_line) {
84 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
89 if (command_line.HasSwitch(switches::kDisableDatabases))
92 if (command_line.HasSwitch(switches::kDisableApplicationCache))
95 if (command_line.HasSwitch(switches::kDisableDesktopNotifications))
98 if (command_line.HasSwitch(switches::kDisableLocalStorage))
101 if (command_line.HasSwitch(switches::kDisableSessionStorage))
104 if (command_line.HasSwitch(switches::kDisableMediaSource))
107 if (command_line
82 SetRuntimeFeaturesDefaultsAndUpdateFromArgs( const base::CommandLine& command_line) argument
[all...]
/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/base/test/
H A Dmultiprocess_test.cc8 #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/remoting/host/
H A Dusage_stats_consent_mac.cc9 #include "base/command_line.h"
24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
25 if (command_line->HasSwitch(kHostConfigSwitchName)) {
27 command_line->GetSwitchValuePath(kHostConfigSwitchName);
/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) :

Completed in 1392 milliseconds

1234567891011>>