/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/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());
|
plugin_exceptions_table_model_unittest.cc | 59 command_line_(CommandLine::ForCurrentProcess(), 152 AutoReset<CommandLine> command_line_; member in class:PluginExceptionsTableModelTest
|
browser_main.cc | 212 parsed_command_line_(parameters.command_line_) { [all...] |
/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
|
profile_sync_factory_impl.h | 78 CommandLine* command_line_; member in class:ProfileSyncFactoryImpl
|
/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...] |
browser_init.h | 202 const CommandLine& command_line_; member in class:BrowserInit::LaunchWithProfile
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service_unittest.cc | 305 : 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:__anon4239::PrefProxyConfigServiceCommandLineTest
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_model_array_controller_unittest.mm | 24 : command_line_(CommandLine::ForCurrentProcess(), 100 AutoReset<CommandLine> command_line_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
login_library.cc | 162 command_line_(command_line), 185 if (!chromeos::RestartJob(pid_, command_line_.c_str())) 196 std::string command_line_; member in class:chromeos::LoginLibraryImpl::JobRestartRequest
|