Searched refs:PrefValueInExtensionStore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_value_store_unittest.cc520 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(
H A Dpref_value_store.h98 bool PrefValueInExtensionStore(const char* name) const;
H A Dpref_value_store.cc142 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const { function in class:PrefValueStore
H A Dpref_service.cc512 return pref_value_store()->PrefValueInExtensionStore(name_.c_str());

Completed in 104 milliseconds