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

/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service.h37 enum ConfigState { enum in class:PrefProxyConfigTracker
55 ConfigState GetProxyConfig(net::ProxyConfig* config);
75 void InstallProxyConfig(const net::ProxyConfig& config, ConfigState state);
80 ConfigState ReadPrefConfig(net::ProxyConfig* config);
93 ConfigState config_state_;
H A Dpref_proxy_config_service.cc28 PrefProxyConfigTracker::ConfigState
62 ConfigState config_state = ReadPrefConfig(&new_config);
75 PrefProxyConfigTracker::ConfigState config_state) {
86 PrefProxyConfigTracker::ConfigState
195 PrefProxyConfigTracker::ConfigState state =

Completed in 59 milliseconds