Searched refs:PrefValueInManagedStore (Results 1 – 4 of 4) sorted by relevance
501 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) { in TEST_F() argument502 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()
97 bool PrefValueInManagedStore(const char* name) const;
138 bool PrefValueStore::PrefValueInManagedStore(const char* name) const { in PrefValueInManagedStore() function in PrefValueStore
504 return pref_value_store()->PrefValueInManagedStore(name_.c_str()); in IsManaged()