Home
last modified time | relevance | path

Searched refs:switch_values (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
Dchrome_component_updater_configurator.cc162 std::vector<std::string> switch_values; in ChromeConfigurator() local
165 &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()
/external/chromium_org/ppapi/shared_impl/
Dppapi_nacl_plugin_args.h27 std::vector<std::string> switch_values; member
/external/chromium_org/ppapi/nacl_irt/
Dppapi_dispatcher.cc170 DCHECK(i < args.switch_values.size()); in OnMsgInitializeNaClDispatcher()
172 args.switch_names[i], args.switch_values[i]); in OnMsgInitializeNaClDispatcher()
/external/chromium_org/components/nacl/browser/
Dnacl_process_host.cc949 args.switch_values.push_back(value); in OnPpapiChannelsCreated()
/external/chromium_org/ppapi/proxy/
Dppapi_messages.h429 IPC_STRUCT_TRAITS_MEMBER(switch_values)