Home | History | Annotate | Download | only in proxy

Lines Matching refs:pref_service

5 #include "base/prefs/pref_service.h"
30 PrefService* pref_service) {
32 pref_service->FindPreference(prefs::kProxy);
36 ProxyConfigDictionary dict(pref_service->GetDictionary(prefs::kProxy));
65 void ExpectNoSettings(PrefService* pref_service) {
67 pref_service->FindPreference(prefs::kProxy);
79 PrefService* pref_service = browser()->profile()->GetPrefs();
81 pref_service);
90 PrefService* pref_service = browser()->profile()->GetPrefs();
92 pref_service);
101 PrefService* pref_service = browser()->profile()->GetPrefs();
103 "http://wpad/windows.pac", pref_service);
115 PrefService* pref_service = browser()->profile()->GetPrefs();
117 url, pref_service);
129 PrefService* pref_service = browser()->profile()->GetPrefs();
131 url, pref_service);
140 PrefService* pref_service = browser()->profile()->GetPrefs();
145 pref_service);
154 PrefService* pref_service = browser()->profile()->GetPrefs();
156 pref_service);
165 PrefService* pref_service = browser()->profile()->GetPrefs();
173 pref_service);
176 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
184 pref_service);
195 PrefService* pref_service = browser()->profile()->GetPrefs();
196 ExpectNoSettings(pref_service);
199 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
207 pref_service);
219 PrefService* pref_service = browser()->profile()->GetPrefs();
227 pref_service);
230 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
238 pref_service);
247 PrefService* pref_service = browser()->profile()->GetPrefs();
248 ExpectNoSettings(pref_service);
257 PrefService* pref_service = browser()->profile()->GetPrefs();
262 pref_service);
265 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
270 pref_service);