HomeSort by relevance Sort by last modified time
    Searched refs:OverlayUserPrefStore (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/prefs/
overlay_user_pref_store.cc 10 OverlayUserPrefStore::OverlayUserPrefStore(
16 bool OverlayUserPrefStore::IsSetInOverlay(const std::string& key) const {
20 void OverlayUserPrefStore::AddObserver(PrefStore::Observer* observer) {
24 void OverlayUserPrefStore::RemoveObserver(PrefStore::Observer* observer) {
28 size_t OverlayUserPrefStore::NumberOfObservers() const {
32 bool OverlayUserPrefStore::IsInitializationComplete() const {
36 bool OverlayUserPrefStore::GetValue(const std::string& key,
47 bool OverlayUserPrefStore::GetMutableValue(const std::string& key,
65 void OverlayUserPrefStore::SetValue(const std::string& key
    [all...]
overlay_user_pref_store.h 22 class BASE_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore,
25 explicit OverlayUserPrefStore(PersistentPrefStore* underlay);
28 // OverlayUserPrefStore, i.e. if it potentially overrides a value
64 virtual ~OverlayUserPrefStore();
82 DISALLOW_COPY_AND_ASSIGN(OverlayUserPrefStore);
overlay_user_pref_store_unittest.cc 35 overlay_(new OverlayUserPrefStore(underlay_.get())) {
43 scoped_refptr<OverlayUserPrefStore> overlay_;
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.h 14 class OverlayUserPrefStore;
32 static void InitIncognitoUserPrefStore(OverlayUserPrefStore* pref_store);
prefs_tab_helper.cc 482 OverlayUserPrefStore* pref_store) {
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.cc 85 OverlayUserPrefStore* incognito_pref_store =
86 new OverlayUserPrefStore(user_pref_store_.get());
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 134 OverlayUserPrefStore* otr_user_prefs =
135 new OverlayUserPrefStore(user_prefs);

Completed in 81 milliseconds