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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 575 TEST_F(PrefValueStoreTest, PrefValueFromDefaultStore) {
576 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
578 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
580 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
582 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
584 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
586 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
588 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
590 EXPECT_TRUE(pref_value_store_->PrefValueFromDefaultStore(
592 EXPECT_FALSE(pref_value_store_->PrefValueFromDefaultStore(
    [all...]
pref_value_store.h 95 bool PrefValueFromDefaultStore(const char* name) const;
pref_value_store.cc 157 bool PrefValueStore::PrefValueFromDefaultStore(const char* name) const {
pref_service.cc 699 return pref_value_store()->PrefValueFromDefaultStore(name_.c_str());

Completed in 1115 milliseconds