/external/chromium_org/chrome/browser/extensions/ |
suspicious_extension_bubble_controller_unittest.cc | 102 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 104 scoped_ptr<CommandLine> command_line_; member in class:extensions::SuspiciousExtensionBubbleTest
|
extension_message_bubble_controller_unittest.cc | 210 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 234 scoped_ptr<CommandLine> command_line_; member in class:extensions::ExtensionMessageBubbleTest
|
/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
|
/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:__anon4705::PrefProxyConfigServiceCommandLineTest
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller_unittest.cc | 105 : command_line_(CommandLine::NO_PROGRAM), 236 command_line_.AppendSwitchPath( 243 command_line_.AppendSwitchPath( 250 command_line_.AppendSwitchPath( 257 command_line_.AppendSwitchPath( 260 controller_->set_command_line_for_testing(&command_line_); 265 CommandLine command_line_; member in class:ash::DesktopBackgroundControllerTest
|
/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); 388 command_line_->AppendSwitch(switches::kKeepAliveForTest); 390 command_line_.get(), profile_manager->profile_info_cache(), true) [all...] |
/external/chromium_org/chrome/browser/net/ |
pref_proxy_config_tracker_impl_unittest.cc | 332 : command_line_(CommandLine::NO_PROGRAM) {} 339 command_line_.AppendSwitchASCII(name, value); 341 command_line_.AppendSwitch(name); 345 factory.SetCommandLine(&command_line_); 351 CommandLine command_line_; member in class:__anon8009::PrefProxyConfigTrackerImplCommandLineTest
|
/external/chromium_org/google_apis/gcm/tools/ |
mcs_probe.cc | 174 CommandLine command_line_; member in class:gcm::__anon11213::MCSProbe 210 : command_line_(command_line), 265 if (command_line_.HasSwitch(kLogFileSwitch)) { 266 base::FilePath log_path = command_line_.GetSwitchValuePath(kLogFileSwitch); 281 if (command_line_.HasSwitch(kIgnoreCertSwitch)) {
|