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

  /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:__anon10196::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...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 82 base::CommandLine command_line_; member in class:AppListServiceImpl
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 149 const base::CommandLine& command_line_; member in class:StartupBrowserCreatorImpl
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h 61 const base::CommandLine* command_line_; member in class:CommandLinePrefStore
proxy_policy_unittest.cc 85 : command_line_(CommandLine::NO_PROGRAM) {}
103 factory.SetCommandLine(&command_line_);
115 CommandLine command_line_; member in class:policy::ProxyPolicyTest
121 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
155 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
156 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
183 command_line_.AppendSwitch(switches::kNoProxyServer);
206 command_line_.AppendSwitch(switches::kProxyAutoDetect);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 106 base::CommandLine* command_line_; member in class:ProfileSyncComponentsFactoryImpl
profile_sync_components_factory_impl_unittest.cc 39 command_line_.reset(new CommandLine(program_path));
103 command_line_->AppendSwitchASCII(switches::kDisableSyncTypes,
106 ProfileSyncService::GetSyncServiceURL(*command_line_);
112 command_line_.get(),
113 ProfileSyncService::GetSyncServiceURL(*command_line_),
131 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
141 command_line_.get(),
142 ProfileSyncService::GetSyncServiceURL(*command_line_),
  /external/chromium_org/cloud_print/service/win/
service_controller.h 72 base::CommandLine command_line_; member in class:ServiceController
  /external/chromium_org/chrome/browser/
jumplist_updater_win.h 53 base::CommandLine command_line_; member in class:ShellLinkItem
  /external/chromium_org/content/public/test/
render_view_test.h 154 scoped_ptr<base::CommandLine> command_line_; member in class:content::RenderViewTest
  /external/chromium_org/extensions/common/
feature_switch.h 74 const base::CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 280 const std::string command_line_; member in class:chromeos::__anon7803::ChromeRestartRequest
288 command_line_(command_line) {}
294 << " and command line: " << command_line_; local
330 pid_, command_line_);
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 41 base::CommandLine* command_line() const { return command_line_; }
46 base::CommandLine* command_line_; member in class:extensions::DebuggerApiTest
55 command_line_ = command_line;
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; }
69 const wchar_t* command_line_; member in class:mini_installer::Configuration
  /external/chromium_org/chrome/installer/util/
app_command.h 45 const base::string16& command_line() const { return command_line_; }
47 command_line_ = command_line;
69 base::string16 command_line_; member in class:installer::AppCommand
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 356 : command_line_(CommandLine::NO_PROGRAM),
362 &command_line_,
372 CommandLine command_line_; member in class:file_manager::file_tasks::FileManagerFileTasksComplexTest
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 131 void set_command_line(const std::string& c) { command_line_ = c; }
169 std::string command_line_; member in class:ppapi::proxy::PluginGlobals
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 46 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
65 scoped_ptr<CommandLine> command_line_; member in class:BackgroundContentsServiceTest
221 BackgroundContentsService service(&profile, command_line_.get());
226 BackgroundContentsService service(&profile, command_line_.get());
237 BackgroundContentsService service(&profile, command_line_.get());
264 BackgroundContentsService service(&profile, command_line_.get());
285 BackgroundContentsService service(&profile, command_line_.get());
317 BackgroundContentsService service(&profile, command_line_.get());
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);
394 command_line_.get(), profile_manager->profile_info_cache(), true);
419 command_line_->AppendSwitch(switches::kKeepAliveForTest)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller_unittest.cc 407 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
428 scoped_ptr<CommandLine> command_line_; member in class:extensions::ExtensionMessageBubbleTest
    [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:__anon8898::PrefProxyConfigTrackerImplCommandLineTest
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 222 CommandLine command_line_; member in class:gcm::__anon12494::MCSProbe
261 : command_line_(command_line),
358 if (command_line_.HasSwitch(kLogFileSwitch)) {
359 base::FilePath log_path = command_line_.GetSwitchValuePath(kLogFileSwitch);
374 if (command_line_.HasSwitch(kIgnoreCertSwitch)) {

Completed in 729 milliseconds