Searched defs:TestingPrefStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/prefs/
H A Dtesting_pref_store.h16 // |TestingPrefStore| is a preference store implementation that allows tests to
19 class TestingPrefStore : public PersistentPrefStore { class in inherits:PersistentPrefStore
21 TestingPrefStore();
68 // |TestingPrefStore|.
75 virtual ~TestingPrefStore();
106 DISALLOW_COPY_AND_ASSIGN(TestingPrefStore);
H A Dtesting_pref_store.cc10 TestingPrefStore::TestingPrefStore() function in class:TestingPrefStore
19 bool TestingPrefStore::GetValue(const std::string& key,
24 bool TestingPrefStore::GetMutableValue(const std::string& key,
29 void TestingPrefStore::AddObserver(PrefStore::Observer* observer) {
33 void TestingPrefStore::RemoveObserver(PrefStore::Observer* observer) {
37 bool TestingPrefStore::HasObservers() const {
41 bool TestingPrefStore::IsInitializationComplete() const {
45 void TestingPrefStore::SetValue(const std::string& key, base::Value* value) {
52 void TestingPrefStore
[all...]

Completed in 183 milliseconds