HomeSort by relevance Sort by last modified time
    Searched refs:PREF_READ_ERROR_NONE (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/common/
persistent_pref_store.h 25 PREF_READ_ERROR_NONE = 0,
json_pref_store.cc 87 *error = PersistentPrefStore::PREF_READ_ERROR_NONE;
204 case PREF_READ_ERROR_NONE:
json_pref_store_unittest.cc 82 ASSERT_EQ(PersistentPrefStore::PREF_READ_ERROR_NONE, pref_store->ReadPrefs());
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc 83 return PersistentPrefStore::PREF_READ_ERROR_NONE;
testing_pref_store.cc 58 return PersistentPrefStore::PREF_READ_ERROR_NONE;
pref_service.cc 208 if (error != PersistentPrefStore::PREF_READ_ERROR_NONE) {
243 PersistentPrefStore::PREF_READ_ERROR_NONE;

Completed in 84 milliseconds