Home | History | Annotate | Download | only in preference

Lines Matching defs:PreferenceAPI

375 PreferenceAPI::PreferenceAPI(Profile* profile) : profile_(profile) {
388 PreferenceAPI::~PreferenceAPI() {
391 void PreferenceAPI::Shutdown() {
398 static base::LazyInstance<ProfileKeyedAPIFactory<PreferenceAPI> >
402 ProfileKeyedAPIFactory<PreferenceAPI>* PreferenceAPI::GetFactoryInstance() {
407 PreferenceAPI* PreferenceAPI::Get(Profile* profile) {
408 return ProfileKeyedAPIFactory<PreferenceAPI>::GetForProfile(profile);
411 void PreferenceAPI::OnListenerAdded(const EventListenerInfo& details) {
417 void PreferenceAPI::LoadExtensionControlledPrefs(
441 void PreferenceAPI::InitExtensionControlledPrefs(
490 void PreferenceAPI::OnContentSettingChanged(const std::string& extension_id,
507 void PreferenceAPI::ClearIncognitoSessionOnlyContentSettings() {
519 ExtensionPrefs* PreferenceAPI::extension_prefs() {
523 ExtensionPrefValueMap* PreferenceAPI::extension_pref_value_map() {
528 void ProfileKeyedAPIFactory<PreferenceAPI>::DeclareFactoryDependencies() {
691 PreferenceAPI::Get(profile())->SetExtensionControlledPref(
736 PreferenceAPI::Get(profile())->RemoveExtensionControlledPref(