Searched refs:switch_values (Results 1 – 5 of 5) sorted by relevance
162 std::vector<std::string> switch_values; in ChromeConfigurator() local165 &switch_values); in ChromeConfigurator()166 fast_update_ = HasSwitchValue(switch_values, kSwitchFastUpdate); in ChromeConfigurator()167 pings_enabled_ = !HasSwitchValue(switch_values, kSwitchDisablePings); in ChromeConfigurator()168 deltas_enabled_ = !HasSwitchValue(switch_values, kSwitchDisableDeltaUpdates); in ChromeConfigurator()172 !HasSwitchValue(switch_values, kSwitchDisableBackgroundDownloads); in ChromeConfigurator()178 GetSwitchArgument(switch_values, kSwitchUrlSource); in ChromeConfigurator()184 if (HasSwitchValue(switch_values, kSwitchRequestParam)) in ChromeConfigurator()
27 std::vector<std::string> switch_values; member
170 DCHECK(i < args.switch_values.size()); in OnMsgInitializeNaClDispatcher()172 args.switch_names[i], args.switch_values[i]); in OnMsgInitializeNaClDispatcher()
949 args.switch_values.push_back(value); in OnPpapiChannelsCreated()
429 IPC_STRUCT_TRAITS_MEMBER(switch_values)