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 63 return PersistentPrefStore::PREF_READ_ERROR_NONE;
67 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 106 return PersistentPrefStore::PREF_READ_ERROR_NONE;
112 return PersistentPrefStore::PREF_READ_ERROR_NONE;
testing_pref_store.cc 64 return PersistentPrefStore::PREF_READ_ERROR_NONE;
69 return PersistentPrefStore::PREF_READ_ERROR_NONE;
json_pref_store.cc 33 error_(PersistentPrefStore::PREF_READ_ERROR_NONE),
101 *error = PersistentPrefStore::PREF_READ_ERROR_NONE;
299 case PREF_READ_ERROR_NONE:
314 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);
251 ASSERT_EQ(PersistentPrefStore::PREF_READ_ERROR_NONE, pref_store->ReadPrefs());
pref_service.cc 92 PersistentPrefStore::PREF_READ_ERROR_NONE;
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 42 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 133 milliseconds