Searched refs:GetValueFromStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_value_store.cc185 // Declare a temp Value* and call GetValueFromStore,
188 return GetValueFromStore(name, store, &tmp_value);
217 bool PrefValueStore::GetValueFromStore(const char* name, function in class:PrefValueStore
237 if (GetValueFromStore(name, store, out_value)) {
H A Dpref_value_store.h209 bool GetValueFromStore(const char* name,

Completed in 34 milliseconds