OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefValueInUserStore
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc
512
TEST_F(PrefValueStoreTest,
PrefValueInUserStore
) {
513
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
515
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
517
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
519
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
521
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
523
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
525
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
527
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
529
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
[
all
...]
pref_value_store.h
88
bool
PrefValueInUserStore
(const char* name) const;
pref_value_store.cc
145
bool PrefValueStore::
PrefValueInUserStore
(const char* name) const {
pref_service.cc
687
return pref_value_store()->
PrefValueInUserStore
(name_.c_str());
/external/chromium_org/base/prefs/
pref_value_store_unittest.cc
539
TEST_F(PrefValueStoreTest,
PrefValueInUserStore
) {
540
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
542
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
544
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
546
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
548
EXPECT_TRUE(pref_value_store_->
PrefValueInUserStore
(
550
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
552
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
554
EXPECT_FALSE(pref_value_store_->
PrefValueInUserStore
(
pref_value_store.h
99
bool
PrefValueInUserStore
(const char* name) const;
pref_value_store.cc
146
bool PrefValueStore::
PrefValueInUserStore
(const char* name) const {
pref_service.cc
515
return pref_value_store()->
PrefValueInUserStore
(name_.c_str());
Completed in 48 milliseconds