OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefStoreType
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_value_store.h
120
enum
PrefStoreType
{
147
PrefStoreType
type);
164
PrefStoreType
type_;
179
// given
PrefStoreType
, of the same value type as the preference was
181
bool PrefValueInStore(const char* name,
PrefStoreType
store) const;
188
PrefStoreType
first_checked_store,
189
PrefStoreType
last_checked_store) const;
196
PrefStoreType
ControllingPrefStoreForPref(const char* name) const;
200
PrefStoreType
store,
207
void NotifyPrefChanged(const char* path,
PrefStoreType
new_store)
[
all
...]
pref_value_store.cc
25
PrefValueStore::
PrefStoreType
type) {
110
if (GetValueFromStore(name.c_str(), static_cast<
PrefStoreType
>(i),
126
PrefValueStore::
PrefStoreType
new_store) {
131
PrefStoreType
controller = ControllingPrefStoreForPref(path);
162
PrefStoreType
effective_store = ControllingPrefStoreForPref(name);
168
PrefStoreType
effective_store = ControllingPrefStoreForPref(name);
175
PrefValueStore::
PrefStoreType
store) const {
184
PrefValueStore::
PrefStoreType
first_checked_store,
185
PrefValueStore::
PrefStoreType
last_checked_store) const {
193
if (PrefValueInStore(name, static_cast<
PrefStoreType
>(i))
[
all
...]
/external/chromium_org/base/prefs/
pref_value_store.h
131
enum
PrefStoreType
{
157
PrefStoreType
type);
174
PrefStoreType
type_;
189
// given
PrefStoreType
, of the same value type as the preference was
191
bool PrefValueInStore(const char* name,
PrefStoreType
store) const;
198
PrefStoreType
first_checked_store,
199
PrefStoreType
last_checked_store) const;
206
PrefStoreType
ControllingPrefStoreForPref(const char* name) const;
210
PrefStoreType
store,
216
PrefStoreType
store
[
all
...]
pref_value_store.cc
27
PrefValueStore::
PrefStoreType
type) {
113
static_cast<
PrefStoreType
>(i), out_value))
128
PrefValueStore::
PrefStoreType
new_store) {
167
PrefStoreType
effective_store = ControllingPrefStoreForPref(name);
173
PrefStoreType
effective_store = ControllingPrefStoreForPref(name);
184
PrefValueStore::
PrefStoreType
store) const {
193
PrefValueStore::
PrefStoreType
first_checked_store,
194
PrefValueStore::
PrefStoreType
last_checked_store) const {
202
if (PrefValueInStore(name, static_cast<
PrefStoreType
>(i)))
208
PrefValueStore::
PrefStoreType
PrefValueStore::ControllingPrefStoreForPref
[
all
...]
Completed in 56 milliseconds