Searched refs:BASE_PREFS_EXPORT (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/base/prefs/
H A Dbase_prefs_export.h12 #define BASE_PREFS_EXPORT __declspec(dllexport) macro
14 #define BASE_PREFS_EXPORT __declspec(dllimport) macro
19 #define BASE_PREFS_EXPORT __attribute__((visibility("default"))) macro
21 #define BASE_PREFS_EXPORT macro
26 #define BASE_PREFS_EXPORT macro
H A Dpref_member.h45 class BASE_PREFS_EXPORT PrefMemberBase : public PrefObserver {
55 class BASE_PREFS_EXPORT Internal
155 bool BASE_PREFS_EXPORT PrefMemberVectorStringUpdate(
266 virtual BASE_PREFS_EXPORT bool UpdateValueInternal(
280 void BASE_PREFS_EXPORT UpdatePref(const ValueType& value);
300 BASE_PREFS_EXPORT void PrefMember<bool>::UpdatePref(const bool& value);
303 BASE_PREFS_EXPORT bool PrefMember<bool>::Internal::UpdateValueInternal(
307 BASE_PREFS_EXPORT void PrefMember<int>::UpdatePref(const int& value);
310 BASE_PREFS_EXPORT bool PrefMember<int>::Internal::UpdateValueInternal(
314 BASE_PREFS_EXPORT voi
[all...]
H A Dpref_store.h25 class BASE_PREFS_EXPORT PrefStore : public base::RefCounted<PrefStore> {
28 class BASE_PREFS_EXPORT Observer {
H A Dpref_filter.h21 class BASE_PREFS_EXPORT PrefFilter {
H A Dpersistent_pref_store.h16 class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
H A Dpref_registry.h28 class BASE_PREFS_EXPORT PrefRegistry : public base::RefCounted<PrefRegistry> {
H A Dwriteable_pref_store.h18 class BASE_PREFS_EXPORT WriteablePrefStore : public PrefStore {
H A Ddefault_pref_store.h17 class BASE_PREFS_EXPORT DefaultPrefStore : public PrefStore {
H A Dpref_change_registrar.h22 class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
H A Dpref_notifier_impl.h23 class BASE_PREFS_EXPORT PrefNotifierImpl
H A Dpref_registry_simple.h20 class BASE_PREFS_EXPORT PrefRegistrySimple : public PrefRegistry {
H A Dpref_service_factory.h24 class BASE_PREFS_EXPORT PrefServiceFactory {
H A Dpref_value_map.h20 class BASE_PREFS_EXPORT PrefValueMap {
H A Dscoped_user_pref_update.h34 class BASE_PREFS_EXPORT ScopedUserPrefUpdateBase : public base::NonThreadSafe {
H A Dvalue_map_pref_store.h19 class BASE_PREFS_EXPORT ValueMapPrefStore : public WriteablePrefStore {
H A Dpref_service.h51 class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
61 class BASE_PREFS_EXPORT Preference {
H A Djson_pref_store.h35 class BASE_PREFS_EXPORT JsonPrefStore
H A Doverlay_user_pref_store.h22 class BASE_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore,
H A Dpref_value_store.h30 class BASE_PREFS_EXPORT PrefValueStore {

Completed in 541 milliseconds