OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
501
TEST_F(PrefValueStoreTest,
PrefValueInManagedStore
) {
502
EXPECT_TRUE(pref_value_store_->
PrefValueInManagedStore
(
504
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
506
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
508
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
510
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
512
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
514
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
516
EXPECT_FALSE(pref_value_store_->
PrefValueInManagedStore
(
pref_value_store.h
97
bool
PrefValueInManagedStore
(const char* name) const;
pref_value_store.cc
138
bool PrefValueStore::
PrefValueInManagedStore
(const char* name) const {
pref_service.cc
503
return pref_value_store()->
PrefValueInManagedStore
(name_.c_str());
Completed in 514 milliseconds