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

1 2

  /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_org/chrome/common/extensions/
feature_switch_unittest.cc 21 : command_line_(CommandLine::NO_PROGRAM),
22 feature_(&command_line_, kSwitchName, T) {
25 CommandLine command_line_; member in class:__anon9108::FeatureSwitchTest
41 command_line_.AppendSwitchASCII(kSwitchName, "0");
46 command_line_.AppendSwitchASCII(kSwitchName, "monkey");
65 command_line_.AppendSwitchASCII(kSwitchName, "1");
82 command_line_.AppendSwitchASCII(kSwitchName, " \t 1\n ");
91 command_line_.AppendSwitchASCII(kSwitchName, "1");
96 command_line_.AppendSwitchASCII(kSwitchName, "monkey");
115 command_line_.AppendSwitchASCII(kSwitchName, "0")
    [all...]
feature_switch.h 68 const CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /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_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 76 CommandLine* command_line_; member in class:ProfileSyncComponentsFactoryImpl
profile_sync_components_factory_impl_unittest.cc 31 command_line_.reset(new CommandLine(program_path));
90 command_line_->AppendSwitch(cmd_switch);
94 command_line_.get()),
108 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
115 command_line_.get()),
  /external/chromium/chrome/browser/ui/
browser_init.h 202 const CommandLine& command_line_; member in class:BrowserInit::LaunchWithProfile
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h 61 const CommandLine* command_line_; member in class:CommandLinePrefStore
proxy_policy_unittest.cc 84 : command_line_(CommandLine::NO_PROGRAM) {}
102 builder.WithCommandLine(&command_line_);
113 CommandLine command_line_; member in class:policy::ProxyPolicyTest
119 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
120 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
153 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
154 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
181 command_line_.AppendSwitch(switches::kNoProxyServer);
204 command_line_.AppendSwitch(switches::kProxyAutoDetect);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 162 const CommandLine& command_line_; member in class:StartupBrowserCreatorImpl
  /external/chromium_org/cloud_print/service/win/
service_controller.h 72 CommandLine command_line_; member in class:ServiceController
  /external/chromium_org/content/public/test/
render_view_test.h 139 scoped_ptr<CommandLine> command_line_; member in class:content::RenderViewTest
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc 47 WallpaperManagerTest() : command_line_(CommandLine::NO_PROGRAM) {}
88 command_line_.AppendSwitch(switches::kGuestSession);
89 WallpaperManager::Get()->set_command_line_for_testing(&command_line_);
93 CommandLine command_line_; member in class:chromeos::WallpaperManagerTest
chrome_restart_request.cc 265 const std::string command_line_; member in class:chromeos::__anon6899::ChromeRestartRequest
273 command_line_(command_line) {}
279 << " and command line: " << command_line_; local
315 pid_, command_line_);
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 31 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
50 scoped_ptr<CommandLine> command_line_; member in class:BackgroundContentsServiceTest
110 BackgroundContentsService service(&profile, command_line_.get());
115 BackgroundContentsService service(&profile, command_line_.get());
126 BackgroundContentsService service(&profile, command_line_.get());
153 BackgroundContentsService service(&profile, command_line_.get());
174 BackgroundContentsService service(&profile, command_line_.get());
206 BackgroundContentsService service(&profile, command_line_.get());
background_mode_manager_unittest.cc 25 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
28 scoped_ptr<CommandLine> command_line_; member in class:BackgroundModeManagerTest
90 command_line_.get(), profile_manager_.profile_info_cache(), true);
110 command_line_.get(), profile_manager_.profile_info_cache(), true);
140 command_line_.get(), profile_manager_.profile_info_cache(), true);
173 command_line_.get(), profile_manager_.profile_info_cache(), true);
214 command_line_.get(), profile_manager_.profile_info_cache(), true);
260 command_line_.get(), profile_manager_.profile_info_cache(), true);
295 command_line_->AppendSwitch(switches::kKeepAliveForTest);
297 command_line_.get(), profile_manager_.profile_info_cache(), true)
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; }
64 const wchar_t* command_line_; member in class:mini_installer::Configuration
  /external/chromium_org/chrome/installer/util/
app_command.h 45 const string16& command_line() const { return command_line_; }
47 command_line_ = command_line;
69 string16 command_line_; member in class:installer::AppCommand
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 131 void set_command_line(const std::string& c) { command_line_ = c; }
159 std::string command_line_; member in class:ppapi::proxy::PluginGlobals
  /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:__anon4702::PrefProxyConfigServiceCommandLineTest

Completed in 852 milliseconds

1 2