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

  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 501 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) {
502 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore(
504 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
506 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
508 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
510 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
512 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
514 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
516 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
pref_value_store.h 97 bool PrefValueInManagedStore(const char* name) const;
pref_value_store.cc 138 bool PrefValueStore::PrefValueInManagedStore(const char* name) const {
pref_service.cc 504 return pref_value_store()->PrefValueInManagedStore(name_.c_str());

Completed in 2005 milliseconds