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

  /external/chromium_org/base/prefs/
testing_pref_store.h 16 // |TestingPrefStore| is a preference store implementation that allows tests to
19 class TestingPrefStore : public PersistentPrefStore {
21 TestingPrefStore();
68 // |TestingPrefStore|.
75 virtual ~TestingPrefStore();
106 DISALLOW_COPY_AND_ASSIGN(TestingPrefStore);
testing_pref_store.cc 10 TestingPrefStore::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::SetValueSilently(const std::string& key
    [all...]

Completed in 167 milliseconds