HomeSort by relevance Sort by last modified time
    Searched refs: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,
pref_value_store.h 199 bool GetValueFromStore(const char* name,

Completed in 19 milliseconds