Searched defs:user_prefs (Results 1 - 25 of 153) sorted by last modified time

1234567

/external/chromium_org/extensions/browser/
H A Dextension_prefs.h36 namespace user_prefs { namespace
522 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/gcm_driver/
H A Dgcm_channel_status_syncer.h22 namespace user_prefs { namespace
36 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/invalidation/
H A Dinvalidator_storage.h16 namespace user_prefs { namespace
33 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_dependency_manager.h24 namespace user_prefs { namespace
48 user_prefs::PrefRegistrySyncable* registry);
H A Dbrowser_context_keyed_base_factory.h21 namespace user_prefs { namespace
67 user_prefs::PrefRegistrySyncable* registry);
127 user_prefs::PrefRegistrySyncable* registry) {}
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.h28 namespace user_prefs { namespace
48 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.h34 namespace user_prefs { namespace
178 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/pref_registry/
H A Dpref_registry_syncable.cc13 namespace user_prefs { namespace
224 } // namespace user_prefs
H A Dpref_registry_syncable.h23 namespace user_prefs { namespace
131 } // namespace user_prefs
H A Dtesting_pref_service_syncable.cc13 TestingPrefServiceBase<PrefService, user_prefs::PrefRegistrySyncable>::
15 TestingPrefStore* user_prefs,
17 user_prefs::PrefRegistrySyncable* pref_registry,
24 user_prefs,
28 user_prefs,
32 user_prefs::PrefRegistrySyncable>::HandleReadError),
35 user_prefs_(user_prefs),
38 namespace user_prefs { namespace
51 TestingPrefStore* user_prefs,
57 user_prefs,
14 TestingPrefServiceBase(TestingPrefStore* managed_prefs, TestingPrefStore* user_prefs, TestingPrefStore* recommended_prefs, user_prefs::PrefRegistrySyncable* pref_registry, PrefNotifierImpl* pref_notifier) argument
49 TestingPrefServiceSyncable( TestingPrefStore* managed_prefs, TestingPrefStore* user_prefs, TestingPrefStore* recommended_prefs, PrefRegistrySyncable* pref_registry, PrefNotifierImpl* pref_notifier) argument
[all...]
H A Dtesting_pref_service_syncable.h11 namespace user_prefs { namespace
21 TestingPrefStore* user_prefs,
36 } // namespace user_prefs
/external/chromium_org/components/search_engines/
H A Ddefault_search_manager.h17 namespace user_prefs { namespace
77 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
H A Dtemplate_url_prepopulate_data.h24 namespace user_prefs { namespace
38 void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/suggestions/
H A Dblacklist_store.h14 namespace user_prefs { namespace
16 } // namespace user_prefs
43 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
H A Dsuggestions_service.h31 namespace user_prefs { namespace
33 } // namespace user_prefs
99 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
H A Dsuggestions_store.h13 namespace user_prefs { namespace
15 } // namespace user_prefs
40 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.h20 namespace user_prefs { namespace
61 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
148 user_prefs::PrefRegistrySyncable* prefs,
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_prefs.cc87 TranslatePrefs::TranslatePrefs(PrefService* user_prefs, argument
91 prefs_(user_prefs) {
352 user_prefs::PrefRegistrySyncable* registry) {
354 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
356 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
359 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
362 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
365 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
367 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
370 user_prefs
377 MigrateUserPrefs(PrefService* user_prefs, const char* accept_languages_pref) argument
[all...]
H A Dtranslate_prefs.h22 namespace user_prefs { namespace
46 TranslatePrefs(PrefService* user_prefs,
114 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
115 static void MigrateUserPrefs(PrefService* user_prefs,
/external/chromium_org/components/user_prefs/
H A Duser_prefs.cc5 #include "components/user_prefs/user_prefs.h"
12 namespace user_prefs { namespace
47 } // namespace user_prefs
H A Duser_prefs.h10 #include "components/user_prefs/user_prefs_export.h"
18 namespace user_prefs { namespace
46 } // namespace user_prefs
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc324 user_prefs::PrefRegistrySyncable* registry) {
329 kPrefPromoObject, user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
333 void NotificationPromo::MigrateUserPrefs(PrefService* user_prefs) { argument
334 user_prefs->ClearPref(kPrefPromoObject);
H A Dnotification_promo.h24 namespace user_prefs { namespace
74 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
75 static void MigrateUserPrefs(PrefService* user_prefs);
H A Dpromo_resource_service.cc71 user_prefs::PrefRegistrySyncable* registry) {
77 user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
82 void PromoResourceService::MigrateUserPrefs(PrefService* user_prefs) { argument
83 user_prefs->ClearPref(prefs::kNtpPromoResourceCacheUpdate);
84 NotificationPromo::MigrateUserPrefs(user_prefs);
H A Dpromo_resource_service.h21 namespace user_prefs { namespace
32 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
33 static void MigrateUserPrefs(PrefService* user_prefs);

Completed in 4013 milliseconds

1234567