Home
last modified time | relevance | path

Searched refs:GetPrefsForProfile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
Dplugin_prefs_factory.h17 static scoped_refptr<PluginPrefs> GetPrefsForProfile(Profile* profile);
Dplugin_prefs_factory.cc24 scoped_refptr<PluginPrefs> PluginPrefsFactory::GetPrefsForProfile( in GetPrefsForProfile() function in PluginPrefsFactory
Dplugin_prefs.cc93 return PluginPrefsFactory::GetPrefsForProfile(profile); in GetForProfile()