Home | History | Annotate | Download | only in net

Lines Matching defs:PrefProxyConfigTracker

17 PrefProxyConfigTracker::PrefProxyConfigTracker(PrefService* pref_service)
24 PrefProxyConfigTracker::~PrefProxyConfigTracker() {
28 PrefProxyConfigTracker::ConfigState
29 PrefProxyConfigTracker::GetProxyConfig(net::ProxyConfig* config) {
36 void PrefProxyConfigTracker::DetachFromPrefService() {
43 void PrefProxyConfigTracker::AddObserver(
44 PrefProxyConfigTracker::Observer* observer) {
49 void PrefProxyConfigTracker::RemoveObserver(
50 PrefProxyConfigTracker::Observer* observer) {
55 void PrefProxyConfigTracker::Observe(NotificationType type,
66 &PrefProxyConfigTracker::InstallProxyConfig,
73 void PrefProxyConfigTracker::InstallProxyConfig(
75 PrefProxyConfigTracker::ConfigState config_state) {
86 PrefProxyConfigTracker::ConfigState
87 PrefProxyConfigTracker::ReadPrefConfig(net::ProxyConfig* config) {
107 bool PrefProxyConfigTracker::PrefConfigToNetConfig(
166 PrefProxyConfigTracker* tracker,
195 PrefProxyConfigTracker::ConfigState state =
197 if (state == PrefProxyConfigTracker::CONFIG_PRESENT) {
207 if (state == PrefProxyConfigTracker::CONFIG_FALLBACK)
231 PrefProxyConfigTracker::CONFIG_PRESENT) {