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

/external/chromium_org/base/prefs/
H A Dpref_value_store_unittest.cc539 TEST_F(PrefValueStoreTest, PrefValueInUserStore) {
540 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
542 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
544 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
546 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
548 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
550 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
552 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
554 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
H A Dpref_value_store.h99 bool PrefValueInUserStore(const char* name) const;
H A Dpref_value_store.cc146 bool PrefValueStore::PrefValueInUserStore(const char* name) const { function in class:PrefValueStore
H A Dpref_service.cc516 return pref_value_store()->PrefValueInUserStore(name_.c_str());

Completed in 110 milliseconds