HomeSort by relevance Sort by last modified time
    Searched refs:command_line_ (Results 1 - 25 of 33) 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:__anon10196::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 76 : command_line_(command_line) {
87 if (command_line_->HasSwitch(switches::kNoProxyServer) &&
88 (command_line_->HasSwitch(switches::kProxyAutoDetect) ||
89 command_line_->HasSwitch(switches::kProxyServer) ||
90 command_line_->HasSwitch(switches::kProxyPacUrl) ||
91 command_line_->HasSwitch(switches::kProxyBypassList))) {
102 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
103 base::Value* value = base::Value::CreateStringValue(command_line_->
110 if (command_line_->HasSwitch(integer_switch_map_[i].switch_name)) {
111 std::string str_value = command_line_->GetSwitchValueASCII
    [all...]
command_line_pref_store.h 61 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");
155 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
156 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
183 command_line_.AppendSwitch(switches::kNoProxyServer);
206 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/extensions/common/
feature_switch.cc 119 command_line_ = command_line;
132 std::string temp = command_line_->GetSwitchValueASCII(switch_name_);
142 if (!default_value_ && command_line_->HasSwitch(GetLegacyEnableFlag()))
145 if (default_value_ && command_line_->HasSwitch(GetLegacyDisableFlag()))
feature_switch.h 74 const base::CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 39 command_line_.reset(new CommandLine(program_path));
103 command_line_->AppendSwitchASCII(switches::kDisableSyncTypes,
106 ProfileSyncService::GetSyncServiceURL(*command_line_);
112 command_line_.get(),
113 ProfileSyncService::GetSyncServiceURL(*command_line_),
131 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
141 command_line_.get(),
142 ProfileSyncService::GetSyncServiceURL(*command_line_),
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 41 base::CommandLine* command_line() const { return command_line_; }
46 base::CommandLine* command_line_; member in class:extensions::DebuggerApiTest
55 command_line_ = command_line;
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 306 command_line_(command_line),
318 command_line_(command_line),
334 if (command_line_.HasSwitch(switches::kDnsLogDetails))
336 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable) &&
342 if (command_line_.HasSwitch(switches::kAppId)) {
343 std::string app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
351 params.command_line = command_line_;
359 } else if (command_line_.HasSwitch(switches::kShowAppList)) {
361 AppListService::RecordShowTimings(command_line_);
383 if (command_line_.HasSwitch(switches::kInstallChromeApp))
    [all...]
startup_browser_creator_impl.h 149 const base::CommandLine& command_line_; member in class:StartupBrowserCreatorImpl
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 38 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
40 scoped_ptr<CommandLine> command_line_; member in class:BackgroundModeManagerTest
157 command_line_.get(), profile_manager->profile_info_cache(), true);
193 command_line_.get(), profile_manager->profile_info_cache(), true);
225 command_line_.get(), profile_manager->profile_info_cache(), true);
260 command_line_.get(), profile_manager->profile_info_cache(), true);
303 command_line_.get(), profile_manager->profile_info_cache(), true);
351 command_line_.get(), profile_manager->profile_info_cache(), true);
394 command_line_.get(), profile_manager->profile_info_cache(), true);
419 command_line_->AppendSwitch(switches::kKeepAliveForTest)
    [all...]
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());
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 86 command_line_(CommandLine::NO_PROGRAM) {
252 command_line_.SetProgram(service_path);
255 command_line_.GetCommandLineString().c_str(), NULL,
305 command_line_ = CommandLine::FromString(config->lpBinaryPathName);
306 if (!command_line_.HasSwitch(kServiceSwitch)) {
310 is_logging_enabled_ = command_line_.HasSwitch(switches::kEnableLogging);
315 return command_line_.HasSwitch(switches::kEnableLogging);
service_controller.h 72 base::CommandLine command_line_; member in class:ServiceController
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 83 : command_line_(CommandLine::NO_PROGRAM),
90 return command_line_.GetArgumentsString();
94 return &command_line_;
jumplist_updater_win.h 53 base::CommandLine command_line_; member in class:ShellLinkItem
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 131 void set_command_line(const std::string& c) { command_line_ = c; }
169 std::string command_line_; member in class:ppapi::proxy::PluginGlobals
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 82 base::CommandLine command_line_; member in class:AppListServiceImpl
app_list_service_impl.cc 234 command_line_(*CommandLine::ForCurrentProcess()),
245 command_line_(command_line),
360 if (command_line_.HasSwitch(switches::kResetAppListInstallState))
363 if (command_line_.HasSwitch(switches::kEnableAppList))
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 280 const std::string command_line_; member in class:chromeos::__anon7803::ChromeRestartRequest
288 command_line_(command_line) {}
294 << " and command line: " << command_line_; local
330 pid_, command_line_);
  /external/chromium_org/content/public/test/
render_view_test.h 154 scoped_ptr<base::CommandLine> command_line_; member in class:content::RenderViewTest

Completed in 557 milliseconds

1 2