Home | History | Annotate | Download | only in font_settings

Lines Matching refs:pref_path

233   std::string pref_path = GetFontNamePrefPath(params->details.generic_family,
236 // Ensure |pref_path| really is for a registered per-script font pref.
238 GetProfile()->GetPrefs()->FindPreference(pref_path.c_str()));
241 extension_id(), pref_path.c_str(), kExtensionPrefsScopeRegular);
250 std::string pref_path = GetFontNamePrefPath(params->details.generic_family,
255 prefs->FindPreference(pref_path.c_str());
267 GetProfile(), extension_id(), pref_path, kIncognito);
286 std::string pref_path = GetFontNamePrefPath(params->details.generic_family,
289 // Ensure |pref_path| really is for a registered font pref.
291 GetProfile()->GetPrefs()->FindPreference(pref_path.c_str()));
295 pref_path.c_str(),