Searched refs:user_prefs (Results 1 - 25 of 386) sorted by path

1234567891011>>

/external/chromium_org/
H A DGypAndroid.darwin-arm.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-arm.mk
H A DGypAndroid.darwin-arm64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-arm64.mk
H A DGypAndroid.darwin-mips.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-mips.mk
H A DGypAndroid.darwin-mips64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-mips64.mk
H A DGypAndroid.darwin-x86.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-x86.mk
H A DGypAndroid.darwin-x86_64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.darwin-x86_64.mk
H A DGypAndroid.linux-arm.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-arm.mk
H A DGypAndroid.linux-arm64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-arm64.mk
H A DGypAndroid.linux-mips.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-mips.mk
H A DGypAndroid.linux-mips64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-mips64.mk
H A DGypAndroid.linux-x86.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-x86.mk
H A DGypAndroid.linux-x86_64.mk55 include $(LOCAL_PATH)/components/user_prefs.target.linux-x86_64.mk
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc24 #include "components/user_prefs/user_prefs.h"
222 user_prefs::UserPrefs::Set(this, user_pref_service_.get());
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc22 #include "components/user_prefs/user_prefs.h"
64 return user_prefs::UserPrefs::Get(
/external/chromium_org/base/prefs/
H A Dpref_service.cc44 PersistentPrefStore* user_prefs,
52 user_pref_store_(user_prefs),
41 PrefService( PrefNotifierImpl* pref_notifier, PrefValueStore* pref_value_store, PersistentPrefStore* user_prefs, PrefRegistry* pref_registry, base::Callback<void(PersistentPrefStore::PrefReadError)> read_error_callback, bool async) argument
H A Dpref_service.h146 PersistentPrefStore* user_prefs,
H A Dpref_service_factory.h44 void set_user_prefs(const scoped_refptr<PersistentPrefStore>& user_prefs) { argument
45 user_prefs_ = user_prefs;
H A Dpref_value_store.cc53 PrefStore* user_prefs,
63 InitPrefStore(USER_STORE, user_prefs);
77 PrefStore* user_prefs,
90 if (!user_prefs)
91 user_prefs = GetPrefStore(USER_STORE);
99 user_prefs, recommended_prefs, default_prefs, pref_notifier);
49 PrefValueStore(PrefStore* managed_prefs, PrefStore* supervised_user_prefs, PrefStore* extension_prefs, PrefStore* command_line_prefs, PrefStore* user_prefs, PrefStore* recommended_prefs, PrefStore* default_prefs, PrefNotifier* pref_notifier) argument
72 CloneAndSpecialize( PrefStore* managed_prefs, PrefStore* supervised_user_prefs, PrefStore* extension_prefs, PrefStore* command_line_prefs, PrefStore* user_prefs, PrefStore* recommended_prefs, PrefStore* default_prefs, PrefNotifier* pref_notifier) argument
H A Dpref_value_store.h42 // |user_prefs| contains all user-set preference values.
53 PrefStore* user_prefs,
65 PrefStore* user_prefs,
H A Dtesting_pref_service.cc18 TestingPrefStore* user_prefs,
28 user_prefs,
32 user_prefs,
38 user_prefs_(user_prefs),
16 TestingPrefServiceBase( TestingPrefStore* managed_prefs, TestingPrefStore* user_prefs, TestingPrefStore* recommended_prefs, PrefRegistry* pref_registry, PrefNotifierImpl* pref_notifier) argument
H A Dtesting_pref_service.h56 TestingPrefStore* user_prefs,
103 TestingPrefStore* user_prefs,
/external/chromium_org/chrome/browser/accessibility/
H A Dinvert_bubble_prefs.cc12 void RegisterInvertBubbleUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
16 user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
H A Dinvert_bubble_prefs.h8 namespace user_prefs { namespace
14 void RegisterInvertBubbleUserPrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dpartner_bookmarks_shim.cc70 user_prefs::PrefRegistrySyncable* registry) {
73 user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
H A Dpartner_bookmarks_shim.h22 namespace user_prefs { namespace
38 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);

Completed in 3347 milliseconds

1234567891011>>