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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 470 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) {
471 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore(
473 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore(
475 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
477 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
479 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
481 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
483 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
485 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
487 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
    [all...]
pref_value_store.h 86 bool PrefValueInManagedStore(const char* name) const;
pref_value_store.cc 136 bool PrefValueStore::PrefValueInManagedStore(const char* name) const {
pref_service.cc 679 return pref_value_store()->PrefValueInManagedStore(name_.c_str());

Completed in 21 milliseconds