HomeSort by relevance Sort by last modified time
    Searched refs:PREF_READ_ERROR_NONE (Results 1 - 15 of 15) 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_org/android_webview/browser/
aw_pref_store.cc 60 return PersistentPrefStore::PREF_READ_ERROR_NONE;
64 return PersistentPrefStore::PREF_READ_ERROR_NONE;
  /external/chromium_org/base/prefs/
persistent_pref_store.h 23 PREF_READ_ERROR_NONE = 0,
overlay_user_pref_store.cc 101 return PersistentPrefStore::PREF_READ_ERROR_NONE;
107 return PersistentPrefStore::PREF_READ_ERROR_NONE;
testing_pref_store.cc 61 return PersistentPrefStore::PREF_READ_ERROR_NONE;
66 return PersistentPrefStore::PREF_READ_ERROR_NONE;
json_pref_store.cc 33 error_(PersistentPrefStore::PREF_READ_ERROR_NONE),
101 *error = PersistentPrefStore::PREF_READ_ERROR_NONE;
295 case PREF_READ_ERROR_NONE:
310 if (error_delegate_.get() && error != PREF_READ_ERROR_NONE)
json_pref_store_unittest.cc 162 ASSERT_EQ(PersistentPrefStore::PREF_READ_ERROR_NONE, pref_store->ReadPrefs());
198 OnError(PersistentPrefStore::PREF_READ_ERROR_NONE)).Times(0);
235 ASSERT_EQ(PersistentPrefStore::PREF_READ_ERROR_NONE, pref_store->ReadPrefs());
pref_service.cc 217 case PersistentPrefStore::PREF_READ_ERROR_NONE:
  /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;
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 52 if (error != PersistentPrefStore::PREF_READ_ERROR_NONE) {
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 261 user_prefs_->set_read_error(PersistentPrefStore::PREF_READ_ERROR_NONE);

Completed in 878 milliseconds