HomeSort by relevance Sort by last modified time
    Searched defs:command_line_ (Results 1 - 25 of 33) 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:__anon9381::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/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 81 CommandLine* command_line_; member in class:ProfileSyncComponentsFactoryImpl
profile_sync_components_factory_impl_unittest.cc 33 command_line_.reset(new CommandLine(program_path));
93 command_line_->AppendSwitch(cmd_switch);
97 command_line_.get()),
112 scoped_ptr<CommandLine> command_line_; member in class:ProfileSyncComponentsFactoryImplTest
117 new ProfileSyncComponentsFactoryImpl(profile_.get(), command_line_.get()),
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 85 CommandLine command_line_; member in class:AppListServiceImpl
  /external/chromium/chrome/browser/ui/
browser_init.h 202 const CommandLine& command_line_; member in class:BrowserInit::LaunchWithProfile
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager_unittest.cc 41 command_line_(CommandLine::NO_PROGRAM) {
46 &command_line_,
55 CommandLine command_line_; member in class:extensions::image_writer::ImageWriterOperationManagerTest
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h 61 const 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/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 140 scoped_ptr<CommandLine> command_line_; member in class:content::RenderViewTest
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc 40 WallpaperManagerTest() : command_line_(CommandLine::NO_PROGRAM) {}
81 command_line_.AppendSwitch(switches::kGuestSession);
82 WallpaperManager::Get()->set_command_line_for_testing(&command_line_);
86 CommandLine command_line_; member in class:chromeos::WallpaperManagerTest
chrome_restart_request.cc 280 const std::string command_line_; member in class:chromeos::__anon7046::ChromeRestartRequest
288 command_line_(command_line) {}
294 << " and command line: " << command_line_; local
330 pid_, command_line_);
  /external/chromium_org/extensions/common/
feature_switch.h 71 const CommandLine* command_line_; member in class:extensions::FeatureSwitch
  /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());
  /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 130 void set_command_line(const std::string& c) { command_line_ = c; }
160 std::string command_line_; member in class:ppapi::proxy::PluginGlobals
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 357 : command_line_(CommandLine::NO_PROGRAM),
363 &command_line_,
373 CommandLine command_line_; member in class:file_manager::file_tasks::FileManagerFileTasksComplexTest

Completed in 1076 milliseconds

1 2