Searched refs:command_line_ (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/
H A Dfeature_switch_unittest.cc21 : command_line_(CommandLine::NO_PROGRAM),
22 feature_(&command_line_, kSwitchName, T) {
25 CommandLine command_line_; member in class:__anon5650::FeatureSwitchTest
41 command_line_.AppendSwitchASCII(kSwitchName, "0");
46 command_line_.AppendSwitchASCII(kSwitchName, "monkey");
65 command_line_.AppendSwitchASCII(kSwitchName, "1");
82 command_line_.AppendSwitchASCII(kSwitchName, " \t 1\n ");
91 command_line_.AppendSwitchASCII(kSwitchName, "1");
96 command_line_.AppendSwitchASCII(kSwitchName, "monkey");
115 command_line_
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc80 : command_line_(command_line) {
91 if (command_line_->HasSwitch(switches::kNoProxyServer) &&
92 (command_line_->HasSwitch(switches::kProxyAutoDetect) ||
93 command_line_->HasSwitch(switches::kProxyServer) ||
94 command_line_->HasSwitch(switches::kProxyPacUrl) ||
95 command_line_->HasSwitch(switches::kProxyBypassList))) {
106 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
108 new base::StringValue(command_line_->GetSwitchValueASCII(
114 if (command_line_->HasSwitch(path_switch_map_[i].switch_name)) {
116 new base::StringValue(command_line_
[all...]
H A Dcommand_line_pref_store.h66 const base::CommandLine* command_line_; member in class:CommandLinePrefStore
H A Dproxy_policy_unittest.cc85 : command_line_(CommandLine::NO_PROGRAM) {}
103 factory.SetCommandLine(&command_line_);
115 CommandLine command_line_; member in class:policy::ProxyPolicyTest
121 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
161 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
162 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
189 command_line_.AppendSwitch(switches::kNoProxyServer);
212 command_line_.AppendSwitch(switches::kProxyAutoDetect);
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h37 const wchar_t* command_line() const { return command_line_; }
69 const wchar_t* command_line_; member in class:mini_installer::Configuration
H A Dconfiguration.cc32 command_line_ = NULL;
54 command_line_ = command_line;
55 args_ = ::CommandLineToArgvW(command_line_, &argument_count_);
/external/chromium_org/chrome/installer/util/
H A Dapp_command.h45 const base::string16& command_line() const { return command_line_; }
47 command_line_ = command_line;
69 base::string16 command_line_; member in class:installer::AppCommand
H A Dapp_command.cc35 : command_line_(command_line),
58 command_line_.swap(cmd_line);
82 command_line_,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android_unittest.cc39 : command_line_(base::CommandLine::NO_PROGRAM) {}
48 &command_line_,
75 base::CommandLine command_line_; member in class:ProfileSyncServiceAndroidTest
H A Dprofile_sync_components_factory_impl_unittest.cc37 command_line_.reset(new CommandLine(program_path));
103 command_line_->AppendSwitchASCII(switches::kDisableSyncTypes,
106 ProfileSyncService::GetSyncServiceURL(*command_line_);
113 command_line_.get(),
114 ProfileSyncService::GetSyncServiceURL(*command_line_),
130 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
141 command_line_.get(),
142 ProfileSyncService::GetSyncServiceURL(*command_line_),
/external/chromium_org/chrome/browser/
H A Dio_thread_unittest.cc42 IOThreadTest() : command_line_(base::CommandLine::NO_PROGRAM) {
47 IOThreadPeer::ConfigureQuicGlobals(command_line_, field_trial_group_,
55 base::CommandLine command_line_; member in class:test::IOThreadTest
141 command_line_.AppendSwitch("enable-quic");
150 command_line_.AppendSwitch("enable-quic");
151 command_line_.AppendSwitch("enable-quic-pacing");
185 command_line_.AppendSwitch("enable-quic");
186 command_line_.AppendSwitch("enable-quic-time-based-loss-detection");
214 command_line_.AppendSwitch("enable-quic");
215 command_line_
[all...]
H A Djumplist_updater_win.cc85 : command_line_(CommandLine::NO_PROGRAM),
92 return command_line_.GetArgumentsString();
96 return &command_line_;
H A Djumplist_updater_win.h53 base::CommandLine command_line_; member in class:ShellLinkItem
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_apitest.cc42 base::CommandLine* command_line() const { return command_line_; }
47 base::CommandLine* command_line_; member in class:extensions::DebuggerApiTest
56 command_line_ = command_line;
/external/chromium_org/extensions/common/
H A Dfeature_switch.cc133 command_line_ = command_line;
146 std::string temp = command_line_->GetSwitchValueASCII(switch_name_);
156 if (!default_value_ && command_line_->HasSwitch(GetLegacyEnableFlag()))
159 if (default_value_ && command_line_->HasSwitch(GetLegacyDisableFlag()))
H A Dfeature_switch.h77 const base::CommandLine* command_line_; member in class:extensions::FeatureSwitch
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc302 command_line_(command_line),
314 command_line_(command_line),
330 if (command_line_.HasSwitch(switches::kDnsLogDetails))
333 if (AppListService::HandleLaunchCommandLine(command_line_, profile))
336 if (command_line_.HasSwitch(switches::kAppId)) {
337 std::string app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
345 params.command_line = command_line_;
371 if (command_line_.HasSwitch(switches::kInstallChromeApp)) {
373 command_line_.GetSwitchValueASCII(switches::kInstallChromeApp));
399 if (command_line_
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dservice_controller.cc86 command_line_(CommandLine::NO_PROGRAM) {
253 command_line_.SetProgram(service_path);
256 command_line_.GetCommandLineString().c_str(), NULL,
307 command_line_ = CommandLine::FromString(config->lpBinaryPathName);
308 if (!command_line_.HasSwitch(kServiceSwitch)) {
312 is_logging_enabled_ = command_line_.HasSwitch(switches::kEnableLogging);
317 return command_line_.HasSwitch(switches::kEnableLogging);
H A Dservice_controller.h72 base::CommandLine command_line_; member in class:ServiceController
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc46 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
65 scoped_ptr<CommandLine> command_line_; member in class:BackgroundContentsServiceTest
221 BackgroundContentsService service(&profile, command_line_.get());
226 BackgroundContentsService service(&profile, command_line_.get());
237 BackgroundContentsService service(&profile, command_line_.get());
264 BackgroundContentsService service(&profile, command_line_.get());
285 BackgroundContentsService service(&profile, command_line_.get());
317 BackgroundContentsService service(&profile, command_line_.get());
H A Dbackground_mode_manager_unittest.cc159 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
163 scoped_ptr<CommandLine> command_line_; member in class:BackgroundModeManagerTest
227 command_line_.get(), profile_manager_->profile_info_cache()));
302 command_line_.get(), profile_manager_->profile_info_cache(), true);
335 command_line_.get(), profile_manager_->profile_info_cache(), true);
364 command_line_.get(), profile_manager_->profile_info_cache(), true);
396 command_line_.get(), profile_manager_->profile_info_cache(), true);
436 command_line_.get(), profile_manager_->profile_info_cache(), true);
481 command_line_.get(), profile_manager_->profile_info_cache(), true);
521 command_line_
[all...]
/external/chromium_org/ppapi/proxy/
H A Dplugin_globals.h133 void set_command_line(const std::string& c) { command_line_ = c; }
171 std::string command_line_; member in class:ppapi::proxy::PluginGlobals
/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.cc276 const std::string command_line_; member in class:chromeos::__anon3274::ChromeRestartRequest
284 command_line_(command_line) {}
290 << " and command line: " << command_line_; local
326 pid_, command_line_);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc233 command_line_(*CommandLine::ForCurrentProcess()),
244 command_line_(command_line),
380 if (command_line_.HasSwitch(switches::kResetAppListInstallState))
383 if (command_line_.HasSwitch(switches::kEnableAppList))
H A Dapp_list_service_impl.h95 base::CommandLine command_line_; member in class:AppListServiceImpl

Completed in 1576 milliseconds

12