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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter_unittest.cc 350 pref_store_contents_(new base::DictionaryValue),
382 pref_store_contents_->Get(prefs::kPreferenceResetTime, NULL));
385 // Calls FilterOnLoad() on |pref_hash_Filter_|. |pref_store_contents_| is
393 pref_store_contents_.Pass());
397 scoped_ptr<base::DictionaryValue> pref_store_contents_; member in class:PrefHashFilterTest
408 pref_store_contents_ = prefs.Pass();
409 EXPECT_TRUE(pref_store_contents_);
432 // Since there was nothing in |pref_store_contents_| the checked value should
562 ASSERT_FALSE(pref_store_contents_->Get(kAtomicPref, NULL));
563 ASSERT_FALSE(pref_store_contents_->Get(kSplitPref, NULL))
    [all...]
pref_hash_store_impl_unittest.cc 21 new DictionaryHashStoreContents(&pref_store_contents_));
25 base::DictionaryValue pref_store_contents_; member in class:PrefHashStoreImplTest

Completed in 84 milliseconds