Home
last modified time | relevance | path

Searched refs:BASE_PREFS_EXPORT (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/prefs/
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
Dpref_filter.h21 class BASE_PREFS_EXPORT PrefFilter {
Dpersistent_pref_store.h16 class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
Dwriteable_pref_store.h21 class BASE_PREFS_EXPORT WriteablePrefStore : public PrefStore {