OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefValueInExtensionStore
(Results
1 - 4
of
4
) 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());
Completed in 25 milliseconds