Home
last modified time | relevance | path

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

/external/chromium_org/base/prefs/
Dpref_value_store_unittest.cc501 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) { in TEST_F() argument
502 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
504 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
506 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
508 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
510 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
512 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
514 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
516 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore( in TEST_F()
Dpref_value_store.h97 bool PrefValueInManagedStore(const char* name) const;
Dpref_value_store.cc138 bool PrefValueStore::PrefValueInManagedStore(const char* name) const { in PrefValueInManagedStore() function in PrefValueStore
Dpref_service.cc504 return pref_value_store()->PrefValueInManagedStore(name_.c_str()); in IsManaged()