Lines Matching defs:pref_service

5 #include "base/prefs/pref_service.h"
32 PrefService* pref_service) {
34 pref_service->FindPreference(prefs::kProxy);
38 ProxyConfigDictionary dict(pref_service->GetDictionary(prefs::kProxy));
67 void ExpectNoSettings(PrefService* pref_service) {
69 pref_service->FindPreference(prefs::kProxy);
92 PrefService* pref_service = browser()->profile()->GetPrefs();
94 pref_service);
98 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
100 pref_service);
109 PrefService* pref_service = browser()->profile()->GetPrefs();
111 pref_service);
120 PrefService* pref_service = browser()->profile()->GetPrefs();
122 "http://wpad/windows.pac", pref_service);
126 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
127 ExpectNoSettings(pref_service);
133 "http://wpad/windows.pac", pref_service);
138 ExpectNoSettings(pref_service);
150 PrefService* pref_service = browser()->profile()->GetPrefs();
152 url, pref_service);
164 PrefService* pref_service = browser()->profile()->GetPrefs();
166 url, pref_service);
175 PrefService* pref_service = browser()->profile()->GetPrefs();
180 pref_service);
189 PrefService* pref_service = browser()->profile()->GetPrefs();
191 pref_service);
200 PrefService* pref_service = browser()->profile()->GetPrefs();
208 pref_service);
211 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
219 pref_service);
230 PrefService* pref_service = browser()->profile()->GetPrefs();
231 ExpectNoSettings(pref_service);
234 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
242 pref_service);
254 PrefService* pref_service = browser()->profile()->GetPrefs();
262 pref_service);
265 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
273 pref_service);
282 PrefService* pref_service = browser()->profile()->GetPrefs();
283 ExpectNoSettings(pref_service);
292 PrefService* pref_service = browser()->profile()->GetPrefs();
297 pref_service);
300 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
305 pref_service);