read_error_       232 base/prefs/json_pref_store.cc   return read_error_;
read_error_       283 base/prefs/json_pref_store.cc   read_error_ = error;
read_error_        99 base/prefs/json_pref_store.h   PrefReadError read_error_;
read_error_        13 base/prefs/testing_pref_store.cc       read_error_(PersistentPrefStore::PREF_READ_ERROR_NONE),
read_error_        70 base/prefs/testing_pref_store.cc   return read_error_;
read_error_        75 base/prefs/testing_pref_store.cc   return read_error_;
read_error_       100 base/prefs/testing_pref_store.cc   if (read_success_ && read_error_ != PREF_READ_ERROR_NONE && error_delegate_)
read_error_       101 base/prefs/testing_pref_store.cc     error_delegate_->OnError(read_error_);
read_error_       167 base/prefs/testing_pref_store.cc   read_error_ = read_error;
read_error_        88 base/prefs/testing_pref_store.h   PersistentPrefStore::PrefReadError read_error_;
read_error_        71 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc       : read_error_(PersistentPrefStore::PREF_READ_ERROR_NO_FILE) {
read_error_        76 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc     return read_error_;
read_error_        82 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc     read_error_ = read_error;
read_error_        86 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc   PrefReadError read_error_;
read_error_       192 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     read_error_(false),
read_error_       241 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   if (read_error_) {
read_error_       259 third_party/protobuf/src/google/protobuf/io/tokenizer.cc       read_error_ = true;
read_error_       554 third_party/protobuf/src/google/protobuf/io/tokenizer.cc   while (!read_error_) {
read_error_       571 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     if (read_error_) break;
read_error_       582 third_party/protobuf/src/google/protobuf/io/tokenizer.cc              (!read_error_ && TryConsume('\0'))) {
read_error_       245 third_party/protobuf/src/google/protobuf/io/tokenizer.h   bool read_error_;         // Did we previously encounter a read error?