HomeSort by relevance Sort by last modified time
    Searched refs:command_line_ (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/
feature_switch_unittest.cc 21 : command_line_(CommandLine::NO_PROGRAM),
22 feature_(&command_line_, kSwitchName, T) {
25 CommandLine command_line_; member in class:__anon10275::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_.AppendSwitchASCII(kSwitchName, "0")
    [all...]
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc 80 : 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_->GetSwitchValuePath
    [all...]
command_line_pref_store.h 66 const base::CommandLine* command_line_; member in class:CommandLinePrefStore
proxy_policy_unittest.cc 85 : 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/util/
app_command.h 45 const base::string16& command_line() const { return command_line_; }
47 command_line_ = command_line;
69 base::string16 command_line_; member in class:installer::AppCommand
app_command.cc 35 : command_line_(command_line),
58 command_line_.swap(cmd_line);
82 command_line_,
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; }
69 const wchar_t* command_line_; member in class:mini_installer::Configuration
configuration.cc 32 command_line_ = NULL;
54 command_line_ = command_line;
55 args_ = ::CommandLineToArgvW(command_line_, &argument_count_);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android_unittest.cc 39 : command_line_(base::CommandLine::NO_PROGRAM) {}
48 &command_line_,
75 base::CommandLine command_line_; member in class:ProfileSyncServiceAndroidTest
profile_sync_components_factory_impl_unittest.cc 37 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/
io_thread_unittest.cc 42 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_.AppendSwitchASCII("quic-max-packet-length", "1350")
    [all...]
jumplist_updater_win.cc 85 : command_line_(CommandLine::NO_PROGRAM),
92 return command_line_.GetArgumentsString();
96 return &command_line_;
jumplist_updater_win.h 53 base::CommandLine command_line_; member in class:ShellLinkItem
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 42 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/
feature_switch.cc 133 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()))
feature_switch.h 77 const base::CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 302 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_.HasSwitch(switches::kApp))
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 86 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);
service_controller.h 72 base::CommandLine command_line_; member in class:ServiceController
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 46 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());
background_mode_manager_unittest.cc 159 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_.get(), profile_manager_->profile_info_cache(), true)
    [all...]
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 133 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/ui/app_list/
app_list_service_impl.h 95 base::CommandLine command_line_; member in class:AppListServiceImpl
app_list_service_impl.cc 233 command_line_(*CommandLine::ForCurrentProcess()),
244 command_line_(command_line),
380 if (command_line_.HasSwitch(switches::kResetAppListInstallState))
383 if (command_line_.HasSwitch(switches::kEnableAppList))
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 276 const std::string command_line_; member in class:chromeos::__anon7899::ChromeRestartRequest
284 command_line_(command_line) {}
290 << " and command line: " << command_line_; local
326 pid_, command_line_);

Completed in 439 milliseconds

1 2