Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpref_proxy_config_service.h37 enum ConfigState { enum
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_;
Dpref_proxy_config_service.cc28 PrefProxyConfigTracker::ConfigState
62 ConfigState config_state = ReadPrefConfig(&new_config); in Observe()
75 PrefProxyConfigTracker::ConfigState config_state) { in InstallProxyConfig()
86 PrefProxyConfigTracker::ConfigState
195 PrefProxyConfigTracker::ConfigState state = in GetLatestProxyConfig()