Lines Matching refs:pref
93 const PrefService::Preference* pref = in GetLevelOfControl() local
95 CHECK(pref); in GetLevelOfControl()
98 if (!pref->IsExtensionModifiable()) in GetLevelOfControl()
239 const PrefService::Preference* pref = in OnPrefChanged() local
241 CHECK(pref); in OnPrefChanged()
245 dict->Set(kValue, transformer->BrowserToExtensionPref(pref->GetValue())); in OnPrefChanged()
315 const PrefService::Preference* pref = in RunImpl() local
317 CHECK(pref); in RunImpl()
324 result->Set(kValue, transformer->BrowserToExtensionPref(pref->GetValue())); in RunImpl()
366 const PrefService::Preference* pref = in RunImpl() local
368 CHECK(pref); in RunImpl()
369 EXTENSION_FUNCTION_VALIDATE(value->GetType() == pref->GetType()); in RunImpl()