HomeSort by relevance Sort by last modified time
    Searched defs:OverlayPersistentPrefStore (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.h 21 class OverlayPersistentPrefStore : public PersistentPrefStore,
24 explicit OverlayPersistentPrefStore(PersistentPrefStore* underlay);
25 virtual ~OverlayPersistentPrefStore();
28 // OverlayPersistentPrefStore, i.e. if it potentially overrides a value
60 DISALLOW_COPY_AND_ASSIGN(OverlayPersistentPrefStore);
overlay_persistent_pref_store.cc 9 OverlayPersistentPrefStore::OverlayPersistentPrefStore(
14 OverlayPersistentPrefStore::~OverlayPersistentPrefStore() {
18 bool OverlayPersistentPrefStore::IsSetInOverlay(const std::string& key) const {
22 void OverlayPersistentPrefStore::AddObserver(PrefStore::Observer* observer) {
26 void OverlayPersistentPrefStore::RemoveObserver(PrefStore::Observer* observer) {
30 bool OverlayPersistentPrefStore::IsInitializationComplete() const {
34 PrefStore::ReadResult OverlayPersistentPrefStore::GetValue(
42 PrefStore::ReadResult OverlayPersistentPrefStore::GetMutableValue
    [all...]

Completed in 32 milliseconds