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

  /external/chromium/chrome/browser/prefs/
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...]
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);
pref_value_store_unittest.cc 139 managed_platform_pref_store_ = new TestingPrefStore;
146 managed_cloud_pref_store_ = new TestingPrefStore;
156 extension_pref_store_ = new TestingPrefStore;
169 command_line_pref_store_ = new TestingPrefStore;
185 user_pref_store_ = new TestingPrefStore;
204 recommended_platform_pref_store_ = new TestingPrefStore;
226 recommended_cloud_pref_store_ = new TestingPrefStore;
251 default_pref_store_ = new TestingPrefStore;
281 scoped_refptr<TestingPrefStore> managed_platform_pref_store_;
282 scoped_refptr<TestingPrefStore> managed_cloud_pref_store_
    [all...]
pref_service_mock_builder.cc 16 : user_prefs_(new TestingPrefStore) {
125 user_prefs_ = new TestingPrefStore;
overlay_persistent_pref_store_unittest.cc 20 : underlay_(new TestingPrefStore()),
24 scoped_refptr<TestingPrefStore> underlay_;
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 200 PersistentPrefStore* user_prefs = new TestingPrefStore();

Completed in 79 milliseconds