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

  /external/chromium/chrome/browser/prefs/
testing_pref_store.h 17 // |TestingPrefStore| is a preference store implementation that allows tests to
20 class TestingPrefStore : public PersistentPrefStore {
22 TestingPrefStore();
23 virtual ~TestingPrefStore();
61 // |TestingPrefStore|.
81 DISALLOW_COPY_AND_ASSIGN(TestingPrefStore);
testing_pref_store.cc 9 TestingPrefStore::TestingPrefStore()
14 TestingPrefStore::~TestingPrefStore() {}
16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key,
21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key,
26 void TestingPrefStore::AddObserver(PrefStore::Observer* observer) {
30 void TestingPrefStore::RemoveObserver(PrefStore::Observer* observer) {
34 bool TestingPrefStore::IsInitializationComplete() const {
38 void TestingPrefStore::SetValue(const std::string& key, Value* value)
    [all...]

Completed in 263 milliseconds