Searched defs:command_line_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.h78 CommandLine* command_line_; member in class:ProfileSyncFactoryImpl
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
/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
/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.h52 const CommandLine* command_line_; member in class:CommandLinePrefStore
/external/chromium/chrome/browser/ui/
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:__anon1719::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 168 milliseconds