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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 512 TEST_F(PrefValueStoreTest, PrefValueInUserStore) {
513 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
515 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
517 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
519 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
521 EXPECT_TRUE(pref_value_store_->PrefValueInUserStore(
523 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
525 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
527 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
529 EXPECT_FALSE(pref_value_store_->PrefValueInUserStore(
    [all...]
pref_value_store.h 88 bool PrefValueInUserStore(const char* name) const;
pref_value_store.cc 145 bool PrefValueStore::PrefValueInUserStore(const char* name) const {
pref_service.cc 687 return pref_value_store()->PrefValueInUserStore(name_.c_str());

Completed in 2178 milliseconds