HomeSort by relevance Sort by last modified time
    Searched refs:PrefValueInExtensionStore (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 491 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) {
492 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
494 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
496 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
498 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
500 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
502 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
504 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
506 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
508 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
    [all...]
pref_value_store.h 87 bool PrefValueInExtensionStore(const char* name) const;
pref_value_store.cc 141 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
pref_service.cc 683 return pref_value_store()->PrefValueInExtensionStore(name_.c_str());
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 458 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) {
459 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
461 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
463 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
465 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
467 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
469 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
471 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
pref_value_store.h 93 bool PrefValueInExtensionStore(const char* name) const;
pref_value_store.cc 137 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
pref_service.cc 547 return pref_value_store()->PrefValueInExtensionStore(name_.c_str());

Completed in 90 milliseconds