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

/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc70 bool HasSwitchValue(const std::vector<std::string>& vec, const char* test) { function in namespace:component_updater::__anon3495
166 fast_update_ = HasSwitchValue(switch_values, kSwitchFastUpdate);
167 pings_enabled_ = !HasSwitchValue(switch_values, kSwitchDisablePings);
168 deltas_enabled_ = !HasSwitchValue(switch_values, kSwitchDisableDeltaUpdates);
172 !HasSwitchValue(switch_values, kSwitchDisableBackgroundDownloads);
184 if (HasSwitchValue(switch_values, kSwitchRequestParam))

Completed in 217 milliseconds