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

  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 520 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) {
521 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
523 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
525 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
527 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
529 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
531 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
533 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
535 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
pref_value_store.h 98 bool PrefValueInExtensionStore(const char* name) const;
pref_value_store.cc 142 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
pref_service.cc 512 return pref_value_store()->PrefValueInExtensionStore(name_.c_str());

Completed in 290 milliseconds