Searched refs:switches_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/test/mini_installer_test/
H A Dswitch_builder.cc12 : switches_(CommandLine::NO_PROGRAM) {}
17 return switches_;
21 switches_.AppendSwitch(installer::switches::kChrome);
26 switches_.AppendSwitch(installer::switches::kChromeFrame);
27 switches_.AppendSwitch(installer::switches::kDoNotLaunchChrome);
28 switches_.AppendSwitch(installer::switches::kDoNotRegisterForUpdateLaunch);
33 switches_.AppendSwitch(installer::switches::kMultiInstall);
38 switches_.AppendSwitch(installer::switches::kSystemLevel);
H A Dswitch_builder.h27 CommandLine switches_; member in class:installer_test::SwitchBuilder
/external/chromium_org/sync/internal_api/
H A Dinternal_components_factory_impl.cc18 const Switches& switches) : switches_(switches) {
30 if (switches_.backoff_override == BACKOFF_SHORT_INITIAL_RETRY_OVERRIDE)
55 switches_.encryption_method == ENCRYPTION_KEYSTORE,
56 switches_.pre_commit_updates_policy ==
70 return switches_;
H A Dsync_manager_impl_unittest.cc792 switches_.encryption_method =
1014 return switches_;
1034 InternalComponentsFactory::Switches switches_; member in class:syncer::SyncManagerTest
/external/chromium_org/sync/internal_api/test/
H A Dtest_internal_components_factory.cc18 : switches_(switches),
49 switches_.encryption_method == ENCRYPTION_KEYSTORE,
50 switches_.pre_commit_updates_policy ==
77 return switches_;
/external/chromium/base/
H A Dcommand_line.cc221 switches_[switch_string] = switch_value;
251 return switches_.find(lowercased_switch) != switches_.end();
280 SwitchMap::const_iterator result = switches_.find(lowercased_switch);
282 if (result == switches_.end()) {
290 return switches_.size();
297 switches_[switch_string] = L"";
300 switches_[switch_string] = "";
320 switches_[switch_string] = value;
326 switches_[switch_strin
[all...]
H A Dcommand_line.h109 const SwitchMap& GetSwitches() const { return switches_; }
172 SwitchMap switches_; member in class:CommandLine
/external/chromium_org/sync/internal_api/public/
H A Dinternal_components_factory_impl.h45 const Switches switches_; member in class:syncer::InternalComponentsFactoryImpl
/external/chromium_org/base/
H A Dcommand_line.h125 const SwitchMap& GetSwitches() const { return switches_; }
183 SwitchMap switches_; member in class:CommandLine
H A Dcommand_line.cc242 switches_.clear();
300 return switches_.find(LowerASCIIOnWindows(switch_string)) != switches_.end();
325 switches_.find(LowerASCIIOnWindows(switch_string));
326 return result == switches_.end() ? StringType() : result->second;
347 switches_[switch_key.substr(prefix_length)] = value;
/external/chromium_org/sync/internal_api/public/test/
H A Dtest_internal_components_factory.h51 const Switches switches_; member in class:syncer::TestInternalComponentsFactory

Completed in 1541 milliseconds