HomeSort by relevance Sort by last modified time
    Searched refs:PrefValueInManagedStore (Results 1 - 8 of 8) 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());
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 441 TEST_F(PrefValueStoreTest, PrefValueInManagedStore) {
442 EXPECT_TRUE(pref_value_store_->PrefValueInManagedStore(
444 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
446 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
448 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
450 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
452 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
454 EXPECT_FALSE(pref_value_store_->PrefValueInManagedStore(
pref_value_store.h 92 bool PrefValueInManagedStore(const char* name) const;
pref_value_store.cc 133 bool PrefValueStore::PrefValueInManagedStore(const char* name) const {
pref_service.cc 539 return pref_value_store()->PrefValueInManagedStore(name_.c_str());

Completed in 451 milliseconds