OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValueFromStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/prefs/
pref_value_store.cc
185
// Declare a temp Value* and call
GetValueFromStore
,
188
return
GetValueFromStore
(name, store, &tmp_value);
217
bool PrefValueStore::
GetValueFromStore
(const char* name,
237
if (
GetValueFromStore
(name, store, out_value)) {
pref_value_store.h
209
bool
GetValueFromStore
(const char* name,
Completed in 164 milliseconds