Home | History | Annotate | Download | only in extensions

Lines Matching refs:pref_service

6 #include "chrome/browser/prefs/pref_service.h"
28 PrefService* pref_service) {
30 pref_service->FindPreference(prefs::kProxy);
34 ProxyConfigDictionary dict(pref_service->GetDictionary(prefs::kProxy));
63 void ExpectNoSettings(PrefService* pref_service) {
65 pref_service->FindPreference(prefs::kProxy);
80 PrefService* pref_service = browser()->profile()->GetPrefs();
82 pref_service);
94 PrefService* pref_service = browser()->profile()->GetPrefs();
96 pref_service);
108 PrefService* pref_service = browser()->profile()->GetPrefs();
110 "http://wpad/windows.pac", pref_service);
125 PrefService* pref_service = browser()->profile()->GetPrefs();
127 url, pref_service);
139 PrefService* pref_service = browser()->profile()->GetPrefs();
144 pref_service);
156 PrefService* pref_service = browser()->profile()->GetPrefs();
158 pref_service);
170 PrefService* pref_service = browser()->profile()->GetPrefs();
178 pref_service);
181 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
189 pref_service);
203 PrefService* pref_service = browser()->profile()->GetPrefs();
204 ExpectNoSettings(pref_service);
207 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
215 pref_service);
229 PrefService* pref_service = browser()->profile()->GetPrefs();
237 pref_service);
240 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
248 pref_service);
260 PrefService* pref_service = browser()->profile()->GetPrefs();
261 ExpectNoSettings(pref_service);
273 PrefService* pref_service = browser()->profile()->GetPrefs();
278 pref_service);
281 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
286 pref_service);