Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/prefs/
Dpref_value_store_unittest.cc470 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) { in TEST_F() argument
471 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
473 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
475 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
477 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
479 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
481 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
483 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
485 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
487 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
Dpref_value_store.h86 bool PrefValueInManagedStore(const char* name) const;
Dpref_value_store.cc136 bool PrefValueStore::PrefValueInManagedStore(const char* name) const { in PrefValueInManagedStore() function in PrefValueStore
Dpref_service.cc679 return pref_value_store()->PrefValueInManagedStore(name_.c_str()); in IsManaged()