Home
last modified time | relevance | path

Searched refs:command_line_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dcommand_line_pref_store.cc39 : command_line_(command_line) { in CommandLinePrefStore()
50 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) { in ApplySimpleSwitches()
51 Value* value = Value::CreateStringValue(command_line_-> in ApplySimpleSwitches()
58 if (command_line_->HasSwitch(boolean_switch_map_[i].switch_name)) { in ApplySimpleSwitches()
67 if (command_line_->HasSwitch(switches::kNoProxyServer) && in ValidateProxySwitches()
68 (command_line_->HasSwitch(switches::kProxyAutoDetect) || in ValidateProxySwitches()
69 command_line_->HasSwitch(switches::kProxyServer) || in ValidateProxySwitches()
70 command_line_->HasSwitch(switches::kProxyPacUrl) || in ValidateProxySwitches()
71 command_line_->HasSwitch(switches::kProxyBypassList))) { in ValidateProxySwitches()
80 if (command_line_->HasSwitch(switches::kNoProxyServer)) { in ApplyProxyMode()
[all …]
Dcommand_line_pref_store.h52 const CommandLine* command_line_; variable
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.cc81 command_line_(command_line) { in ProfileSyncFactoryImpl()
92 if (!command_line_->HasSwitch(switches::kDisableSyncApps)) { in CreateProfileSyncService()
99 if (!command_line_->HasSwitch(switches::kDisableSyncAutofill)) { in CreateProfileSyncService()
106 if (!command_line_->HasSwitch(switches::kDisableSyncBookmarks)) { in CreateProfileSyncService()
113 if (!command_line_->HasSwitch(switches::kDisableSyncExtensions)) { in CreateProfileSyncService()
120 if (!command_line_->HasSwitch(switches::kDisableSyncPasswords)) { in CreateProfileSyncService()
127 if (!command_line_->HasSwitch(switches::kDisableSyncPreferences)) { in CreateProfileSyncService()
133 if (!command_line_->HasSwitch(switches::kDisableSyncThemes)) { in CreateProfileSyncService()
140 if (command_line_->HasSwitch(switches::kEnableSyncTypedUrls)) { in CreateProfileSyncService()
147 if (command_line_->HasSwitch(switches::kEnableSyncSessions)) { in CreateProfileSyncService()
[all …]
Dprofile_sync_factory_impl_unittest.cc30 command_line_.reset(new CommandLine(program_path)); in SetUp()
32 new ProfileSyncFactoryImpl(profile_.get(), command_line_.get())); in SetUp()
76 command_line_->AppendSwitch(cmd_switch); in TestSwitchDisablesType()
88 scoped_ptr<CommandLine> command_line_; member in ProfileSyncFactoryImplTest
Dprofile_sync_factory_impl.h78 CommandLine* command_line_; variable
/external/chromium/chrome/browser/
Dbackground_mode_manager_unittest.cc23 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); in SetUp()
25 scoped_ptr<CommandLine> command_line_; member in BackgroundModeManagerTest
41 TestBackgroundModeManager manager(&profile, command_line_.get()); in TEST_F()
56 TestBackgroundModeManager manager(&profile, command_line_.get()); in TEST_F()
Dbackground_contents_service_unittest.cc29 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); in SetUp()
52 scoped_ptr<CommandLine> command_line_; member in BackgroundContentsServiceTest
112 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
117 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
129 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
155 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
174 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
203 BackgroundContentsService service(&profile, command_line_.get()); in TEST_F()
Dplugin_exceptions_table_model_unittest.cc59 command_line_(CommandLine::ForCurrentProcess(), in PluginExceptionsTableModelTest()
152 AutoReset<CommandLine> command_line_; member in PluginExceptionsTableModelTest
Dbrowser_main.cc212 parsed_command_line_(parameters.command_line_) { in BrowserMainParts()
842 CommandLine new_command_line = parameters.command_line_; in CreateProfile()
955 gfx::GtkInitFromCommandLine(parameters.command_line_); in InitializeToolkit()
973 if (parameters.command_line_.HasSwitch(switches::kDebugViewsPaint)) in InitializeToolkit()
1170 const CommandLine& parsed_command_line = parameters.command_line_; in BrowserMain()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc624 command_line_(command_line), in LaunchWithProfile()
634 command_line_(command_line), in LaunchWithProfile()
649 if (command_line_.HasSwitch(switches::kDnsLogDetails)) in Launch()
651 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable)) in Launch()
654 if (command_line_.HasSwitch(switches::kDumpHistogramsOnExit)) in Launch()
657 if (command_line_.HasSwitch(switches::kRemoteShellPort)) { in Launch()
659 command_line_.GetSwitchValueASCII(switches::kRemoteShellPort); in Launch()
667 } else if (command_line_.HasSwitch(switches::kRemoteDebuggingPort)) { in Launch()
669 command_line_.GetSwitchValueASCII(switches::kRemoteDebuggingPort); in Launch()
681 if (command_line_.HasSwitch(switches::kUserAgent)) { in Launch()
[all …]
Dbrowser_init.h202 const CommandLine& command_line_; variable
/external/chromium/chrome/browser/net/
Dpref_proxy_config_service_unittest.cc305 : command_line_(CommandLine::NO_PROGRAM) {} in PrefProxyConfigServiceCommandLineTest()
312 command_line_.AppendSwitchASCII(name, value); in SetUp()
314 command_line_.AppendSwitch(name); in SetUp()
317 PrefServiceMockBuilder().WithCommandLine(&command_line_).Create()); in SetUp()
322 CommandLine command_line_; member in __anona07f73040111::PrefProxyConfigServiceCommandLineTest
/external/chromium/chrome/browser/chromeos/cros/
Dlogin_library.cc162 command_line_(command_line), in JobRestartRequest()
185 if (!chromeos::RestartJob(pid_, command_line_.c_str())) in RestartJob()
196 std::string command_line_; member in chromeos::LoginLibraryImpl::JobRestartRequest
/external/chromium/chrome/browser/ui/cocoa/
Dtable_model_array_controller_unittest.mm24 : command_line_(CommandLine::ForCurrentProcess(),
100 AutoReset<CommandLine> command_line_;