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 520 TEST_F(PrefValueStoreTest, PrefValueInExtensionStore) {
521 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
523 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
525 EXPECT_TRUE(pref_value_store_->PrefValueInExtensionStore(
527 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
529 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
531 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
533 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
535 EXPECT_FALSE(pref_value_store_->PrefValueInExtensionStore(
pref_value_store.h 98 bool PrefValueInExtensionStore(const char* name) const;
pref_value_store.cc 142 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
pref_service.cc 511 return pref_value_store()->PrefValueInExtensionStore(name_.c_str());

Completed in 53 milliseconds