Searched refs:PrefValueInExtensionStore (Results 1 – 4 of 4) sorted by relevance
491 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) { in TEST_F() argument492 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()494 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()496 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()498 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()500 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()502 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()504 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()506 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()508 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore( in TEST_F()
87 bool PrefValueInExtensionStore(const char* name) const;
141 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const { in PrefValueInExtensionStore() function in PrefValueStore
683 return pref_value_store()->PrefValueInExtensionStore(name_.c_str()); in HasExtensionSetting()