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

1 2

  /external/chromium/chrome/browser/prefs/
command_line_pref_store.cc 39 : command_line_(command_line) {
50 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
51 Value* value = Value::CreateStringValue(command_line_->
58 if (command_line_->HasSwitch(boolean_switch_map_[i].switch_name)) {
67 if (command_line_->HasSwitch(switches::kNoProxyServer) &&
68 (command_line_->HasSwitch(switches::kProxyAutoDetect) ||
69 command_line_->HasSwitch(switches::kProxyServer) ||
70 command_line_->HasSwitch(switches::kProxyPacUrl) ||
71 command_line_->HasSwitch(switches::kProxyBypassList))) {
80 if (command_line_->HasSwitch(switches::kNoProxyServer))
    [all...]
command_line_pref_store.h 52 const CommandLine* command_line_; member in class:CommandLinePrefStore
  /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:__anon9108::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...]
feature_switch.cc 87 command_line_ = command_line;
97 std::string temp = command_line_->GetSwitchValueASCII(switch_name_);
107 if (!default_value_ && command_line_->HasSwitch(GetLegacyEnableFlag()))
110 if (default_value_ && command_line_->HasSwitch(GetLegacyDisableFlag()))
feature_switch.h 68 const CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc 86 : command_line_(command_line) {
97 if (command_line_->HasSwitch(switches::kNoProxyServer) &&
98 (command_line_->HasSwitch(switches::kProxyAutoDetect) ||
99 command_line_->HasSwitch(switches::kProxyServer) ||
100 command_line_->HasSwitch(switches::kProxyPacUrl) ||
101 command_line_->HasSwitch(switches::kProxyBypassList))) {
112 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
113 Value* value = Value::CreateStringValue(command_line_->
120 if (command_line_->HasSwitch(integer_switch_map_[i].switch_name)) {
121 std::string str_value = command_line_->GetSwitchValueASCII
    [all...]
command_line_pref_store.h 61 const CommandLine* command_line_; member in class:CommandLinePrefStore
proxy_policy_unittest.cc 84 : command_line_(CommandLine::NO_PROGRAM) {}
102 builder.WithCommandLine(&command_line_);
113 CommandLine command_line_; member in class:policy::ProxyPolicyTest
119 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
120 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
153 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
154 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
181 command_line_.AppendSwitch(switches::kNoProxyServer);
204 command_line_.AppendSwitch(switches::kProxyAutoDetect);
  /external/chromium_org/chrome/installer/util/
app_command.h 45 const string16& command_line() const { return command_line_; }
47 command_line_ = command_line;
69 string16 command_line_; member in class:installer::AppCommand
app_command.cc 35 : command_line_(command_line),
58 command_line_.swap(cmd_line);
77 command_line_, true)
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; }
64 const wchar_t* command_line_; member in class:mini_installer::Configuration
configuration.cc 32 command_line_ = NULL;
53 command_line_ = command_line;
54 args_ = ::CommandLineToArgvW(command_line_, &argument_count_);
  /external/chromium/chrome/browser/
background_mode_manager_unittest.cc 23 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
25 scoped_ptr<CommandLine> command_line_; member in class:BackgroundModeManagerTest
41 TestBackgroundModeManager manager(&profile, command_line_.get());
56 TestBackgroundModeManager manager(&profile, command_line_.get());
background_contents_service_unittest.cc 29 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
52 scoped_ptr<CommandLine> command_line_; member in class:BackgroundContentsServiceTest
112 BackgroundContentsService service(&profile, command_line_.get());
117 BackgroundContentsService service(&profile, command_line_.get());
129 BackgroundContentsService service(&profile, command_line_.get());
155 BackgroundContentsService service(&profile, command_line_.get());
174 BackgroundContentsService service(&profile, command_line_.get());
203 BackgroundContentsService service(&profile, command_line_.get());
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 115 command_line_(command_line),
137 if (!command_line_->HasSwitch(switches::kDisableSyncAutofill)) {
144 if (!command_line_->HasSwitch(switches::kDisableSyncAutofillProfile)) {
151 if (!command_line_->HasSwitch(switches::kDisableSyncBookmarks)) {
159 !command_line_->HasSwitch(switches::kDisableSyncTypedUrls)) {
166 if (!command_line_->HasSwitch(switches::kHistoryDisableFullHistorySync)) {
173 if (!command_line_->HasSwitch(switches::kDisableSyncTabs)) {
181 if (!command_line_->HasSwitch(switches::kDisableSyncFavicons)) {
196 if (!command_line_->HasSwitch(switches::kDisableSyncPasswords)) {
206 if (!command_line_->HasSwitch(switches::kDisableSyncApps))
    [all...]
profile_sync_components_factory_impl_unittest.cc 31 command_line_.reset(new CommandLine(program_path));
90 command_line_->AppendSwitch(cmd_switch);
94 command_line_.get()),
108 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
115 command_line_.get()),
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc 47 WallpaperManagerTest() : command_line_(CommandLine::NO_PROGRAM) {}
88 command_line_.AppendSwitch(switches::kGuestSession);
89 WallpaperManager::Get()->set_command_line_for_testing(&command_line_);
93 CommandLine command_line_; member in class:chromeos::WallpaperManagerTest
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 81 command_line_(command_line) {
92 if (!command_line_->HasSwitch(switches::kDisableSyncApps)) {
99 if (!command_line_->HasSwitch(switches::kDisableSyncAutofill)) {
106 if (!command_line_->HasSwitch(switches::kDisableSyncBookmarks)) {
113 if (!command_line_->HasSwitch(switches::kDisableSyncExtensions)) {
120 if (!command_line_->HasSwitch(switches::kDisableSyncPasswords)) {
127 if (!command_line_->HasSwitch(switches::kDisableSyncPreferences)) {
133 if (!command_line_->HasSwitch(switches::kDisableSyncThemes)) {
140 if (command_line_->HasSwitch(switches::kEnableSyncTypedUrls)) {
147 if (command_line_->HasSwitch(switches::kEnableSyncSessions))
    [all...]
profile_sync_factory_impl_unittest.cc 30 command_line_.reset(new CommandLine(program_path));
32 new ProfileSyncFactoryImpl(profile_.get(), command_line_.get()));
76 command_line_->AppendSwitch(cmd_switch);
88 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncFactoryImplTest
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 25 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
28 scoped_ptr<CommandLine> command_line_; member in class:BackgroundModeManagerTest
90 command_line_.get(), profile_manager_.profile_info_cache(), true);
110 command_line_.get(), profile_manager_.profile_info_cache(), true);
140 command_line_.get(), profile_manager_.profile_info_cache(), true);
173 command_line_.get(), profile_manager_.profile_info_cache(), true);
214 command_line_.get(), profile_manager_.profile_info_cache(), true);
260 command_line_.get(), profile_manager_.profile_info_cache(), true);
295 command_line_->AppendSwitch(switches::kKeepAliveForTest);
297 command_line_.get(), profile_manager_.profile_info_cache(), true)
    [all...]
background_contents_service_unittest.cc 31 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
50 scoped_ptr<CommandLine> command_line_; member in class:BackgroundContentsServiceTest
110 BackgroundContentsService service(&profile, command_line_.get());
115 BackgroundContentsService service(&profile, command_line_.get());
126 BackgroundContentsService service(&profile, command_line_.get());
153 BackgroundContentsService service(&profile, command_line_.get());
174 BackgroundContentsService service(&profile, command_line_.get());
206 BackgroundContentsService service(&profile, command_line_.get());
  /external/chromium/chrome/browser/ui/
browser_init.cc 624 command_line_(command_line),
634 command_line_(command_line),
649 if (command_line_.HasSwitch(switches::kDnsLogDetails))
651 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable))
654 if (command_line_.HasSwitch(switches::kDumpHistogramsOnExit))
657 if (command_line_.HasSwitch(switches::kRemoteShellPort)) {
659 command_line_.GetSwitchValueASCII(switches::kRemoteShellPort);
667 } else if (command_line_.HasSwitch(switches::kRemoteDebuggingPort)) {
669 command_line_.GetSwitchValueASCII(switches::kRemoteDebuggingPort);
681 if (command_line_.HasSwitch(switches::kUserAgent))
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_controller.h 72 CommandLine command_line_; member in class:ServiceController
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);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 316 command_line_(command_line),
328 command_line_(command_line),
344 if (command_line_.HasSwitch(switches::kDnsLogDetails))
346 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable) &&
352 if (command_line_.HasSwitch(switches::kShowAppList)) {
353 AppListService::RecordShowTimings(command_line_);
397 if (command_line_.HasSwitch(switches::kAppWindowSize)) {
401 command_line_.GetSwitchValueASCII(switches::kAppWindowSize);
419 if (command_line_.HasSwitch(switches::kApp)) {
421 *app_url = command_line_.GetSwitchValueASCII(switches::kApp)
    [all...]

Completed in 544 milliseconds

1 2