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

12345

/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);
H A Dapp_background_page_apitest.cc19 void SetUpCommandLine(CommandLine* command_line) { argument
20 ExtensionApiTest::SetUpCommandLine(command_line);
21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
H A Dchrome_app_api_browsertest.cc7 #include "base/command_line.h"
23 virtual void SetUpCommandLine(CommandLine* command_line) { argument
24 ExtensionBrowserTest::SetUpCommandLine(command_line);
25 command_line->AppendSwitchASCII(switches::kAppsCheckoutURL,
H A Dconvert_web_app_browsertest.cc30 virtual void SetUpCommandLine(CommandLine* command_line) { argument
31 command_line->AppendSwitch(switches::kEnableCrxlessWebApps);
H A Dextension_gallery_install_apitest.cc18 void SetUpCommandLine(CommandLine* command_line) { argument
19 ExtensionApiTest::SetUpCommandLine(command_line);
20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL,
H A Dextension_tts_apitest.cc4 #include "base/command_line.h"
47 virtual void SetUpCommandLine(CommandLine* command_line) { argument
48 ExtensionApiTest::SetUpCommandLine(command_line);
49 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
H A Dwindow_open_apitest.cc5 #include "base/command_line.h"
104 virtual void SetUpCommandLine(CommandLine* command_line) { argument
105 ExtensionApiTest::SetUpCommandLine(command_line);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util.cc7 #include "base/command_line.h"
12 CommandLine* command_line; member in namespace:__anon2035
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) {
H A Dupgrade_util_linux.cc8 #include "base/command_line.h"
25 bool RelaunchChromeBrowser(const CommandLine& command_line) { argument
26 return base::LaunchApp(command_line, false, false, NULL);
H A Dupgrade_util_win.cc11 #include "base/command_line.h"
64 bool RelaunchChromeBrowser(const CommandLine& command_line) { argument
68 command_line.command_line_string(), false, false, NULL);
113 bool DoUpgradeTasks(const CommandLine& command_line) { argument
117 if (!RelaunchChromeBrowser(command_line)) {
/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/chrome/browser/chromeos/panels/
H A Dpanel_browsertest.cc5 #include "base/command_line.h"
25 virtual void SetUpCommandLine(CommandLine* command_line) { argument
26 command_line->AppendSwitch(switches::kDisablePopupBlocking);
/external/chromium/net/tools/testserver/
H A Drun_testserver.cc8 #include "base/command_line.h"
26 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
38 if (command_line->GetSwitchCount() == 0 ||
39 command_line->HasSwitch("help")) {
45 if (command_line->HasSwitch("https")) {
47 } else if (command_line->HasSwitch("ftp")) {
49 } else if (command_line->HasSwitch("sync")) {
53 FilePath doc_root = command_line->GetSwitchValuePath("doc-root");
/external/e2fsprogs/ext2ed/
H A Dext2_com.c25 void type_ext2___super (char *command_line) argument
42 void type_ext2___cd (char *command_line) argument
55 ptr=parse_word (command_line,buffer);
73 void type_ext2___group (char *command_line) argument
87 ptr=parse_word (command_line,buffer);
H A Dsuper_com.c24 void type_ext2_super_block___show (char *command_line) argument
30 show (command_line);
119 void type_ext2_super_block___gocopy (char *command_line) argument
125 ptr=parse_word (command_line,buffer);
146 void type_ext2_super_block___setactivecopy (char *command_line) argument
/external/chromium/base/debug/
H A Ddebug_on_start_win.cc21 // Note: command_line is non-destructively modified.
22 bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) { argument
28 int command_line_len = lstrlen(command_line);
30 wchar_t first_char = command_line[0];
31 wchar_t last_char = command_line[argument_len+1];
35 command_line[argument_len+1] = 0;
37 if (lstrcmpi(command_line+1, argument) == 0) {
39 command_line[argument_len+1] = last_char;
43 command_line[argument_len+1] = last_char;
46 ++command_line;
[all...]
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_linux.cc7 #include "base/command_line.h"
70 std::string command_line = wrapper_script + local
75 command_line,
H A Dplugin_data_remover_browsertest.cc7 #include "base/command_line.h"
45 virtual void SetUpCommandLine(CommandLine* command_line) { argument
49 command_line->AppendSwitchPath(switches::kExtraPluginDir,
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc5 #include "base/command_line.h"
64 virtual void SetUpCommandLine(CommandLine* command_line) { argument
65 command_line->AppendSwitchASCII(switches::kLoginUser, "TestUser@gmail.com");
66 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
67 command_line->AppendSwitch(switches::kNoFirstRun);
73 virtual void SetUpCommandLine(CommandLine* command_line) { argument
74 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
75 command_line->AppendSwitch(switches::kNoFirstRun);
/external/chromium/chrome/browser/net/
H A Dproxy_service_factory.cc7 #include "base/command_line.h"
57 const CommandLine& command_line) {
60 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
61 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
72 if (command_line.HasSwitch(switches::kNumPacThreads)) {
73 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
53 CreateProxyService( net::NetLog* net_log, net::URLRequestContext* context, net::ProxyConfigService* proxy_config_service, const CommandLine& command_line) argument
/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc38 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) argument
39 : command_line_(command_line) {
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_url.cc7 #include "base/command_line.h"
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
38 GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII(

Completed in 407 milliseconds

12345