HomeSort by relevance Sort by last modified time
    Searched defs:GetValueFromStore (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 110 if (GetValueFromStore(name.c_str(), static_cast<PrefStoreType>(i),
176 // Declare a temp Value* and call GetValueFromStore,
179 return GetValueFromStore(name, store, &tmp_value);
208 bool PrefValueStore::GetValueFromStore(const char* name,
  /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)) {

Completed in 31 milliseconds