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

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc39 : 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_
[all...]
H A Dcommand_line_pref_store.h52 const CommandLine* command_line_; member in class:CommandLinePrefStore
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_unittest.cc23 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());
H A Dbackground_contents_service_unittest.cc29 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());
H A Dplugin_exceptions_table_model_unittest.cc59 command_line_(CommandLine::ForCurrentProcess(),
152 AutoReset<CommandLine> command_line_; member in class:PluginExceptionsTableModelTest
H A Dbrowser_main.cc212 parsed_command_line_(parameters.command_line_) {
842 CommandLine new_command_line = parameters.command_line_;
955 gfx::GtkInitFromCommandLine(parameters.command_line_);
973 if (parameters.command_line_.HasSwitch(switches::kDebugViewsPaint))
1170 const CommandLine& parsed_command_line = parameters.command_line_;
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc81 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_
[all...]
H A Dprofile_sync_factory_impl_unittest.cc30 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
H A Dprofile_sync_factory_impl.h78 CommandLine* command_line_; member in class:ProfileSyncFactoryImpl
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc624 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_
[all...]
H A Dbrowser_init.h202 const CommandLine& command_line_; member in class:BrowserInit::LaunchWithProfile
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service_unittest.cc305 : command_line_(CommandLine::NO_PROGRAM) {}
312 command_line_.AppendSwitchASCII(name, value);
314 command_line_.AppendSwitch(name);
317 PrefServiceMockBuilder().WithCommandLine(&command_line_).Create());
322 CommandLine command_line_; member in class:__anon1409::PrefProxyConfigServiceCommandLineTest
/external/chromium/chrome/browser/chromeos/cros/
H A Dlogin_library.cc162 command_line_(command_line),
185 if (!chromeos::RestartJob(pid_, command_line_.c_str()))
196 std::string command_line_; member in class:chromeos::LoginLibraryImpl::JobRestartRequest

Completed in 209 milliseconds