Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/prefs/
Dpref_value_store_unittest.cc491 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) { in TEST_F() argument
492 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()
Dpref_value_store.h87 bool PrefValueInExtensionStore(const char* name) const;
Dpref_value_store.cc141 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const { in PrefValueInExtensionStore() function in PrefValueStore
Dpref_service.cc683 return pref_value_store()->PrefValueInExtensionStore(name_.c_str()); in HasExtensionSetting()