Searched refs:switch_values (Results 1 – 5 of 5) sorted by relevance
132 std::vector<std::string> switch_values; in ChromeConfigurator() local134 ",", &switch_values); in ChromeConfigurator()135 fast_update_ = HasSwitchValue(switch_values, kSwitchFastUpdate); in ChromeConfigurator()136 pings_enabled_ = !HasSwitchValue(switch_values, kSwitchDisablePings); in ChromeConfigurator()138 deltas_enabled_ = !HasSwitchValue(switch_values, kSwitchDisableDeltaUpdates); in ChromeConfigurator()140 !HasSwitchValue(switch_values, kSwitchDisableBackgroundDownloads); in ChromeConfigurator()146 url_source_ = GetSwitchArgument(switch_values, kSwitchUrlSource); in ChromeConfigurator()151 if (HasSwitchValue(switch_values, kSwitchRequestParam)) in ChromeConfigurator()
26 std::vector<std::string> switch_values; member
204 DCHECK(i < args.switch_values.size()); in OnMsgCreateNaClChannel()206 args.switch_names[i], args.switch_values[i]); in OnMsgCreateNaClChannel()
352 IPC_STRUCT_TRAITS_MEMBER(switch_values)
815 args.switch_values.push_back(value); in OnPpapiChannelCreated()