HomeSort by relevance Sort by last modified time
    Searched defs:command_line_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 78 CommandLine* command_line_; member in class:ProfileSyncFactoryImpl
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
  /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
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 52 const CommandLine* command_line_; member in class:CommandLinePrefStore
  /external/chromium/chrome/browser/ui/
browser_init.h 202 const CommandLine& command_line_; member in class:BrowserInit::LaunchWithProfile
  /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:__anon3283::PrefProxyConfigServiceCommandLineTest

Completed in 200 milliseconds