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