error_details_     23 base/files/file.cc       error_details_(FILE_ERROR_FAILED),
error_details_     31 base/files/file.cc       error_details_(FILE_OK),
error_details_     40 base/files/file.cc       error_details_(FILE_OK),
error_details_     50 base/files/file.cc       error_details_(error_details),
error_details_     57 base/files/file.cc       error_details_(other.object->error_details()),
error_details_     69 base/files/file.cc     error_details_ = other.object->error_details();
error_details_     79 base/files/file.cc     error_details_ = FILE_ERROR_ACCESS_DENIED;
error_details_    195 base/files/file.h   Error error_details() const { return error_details_; }
error_details_    301 base/files/file.h   Error error_details_;
error_details_    198 base/files/file_posix.cc     error_details_ = FILE_ERROR_FAILED;
error_details_    243 base/files/file_posix.cc     error_details_ = File::OSErrorToFileError(errno);
error_details_    254 base/files/file_posix.cc   error_details_ = FILE_OK;
error_details_     87 base/files/file_win.cc     error_details_ = FILE_OK;
error_details_     95 base/files/file_win.cc     error_details_ = OSErrorToFileError(GetLastError());
error_details_     15 content/child/webcrypto/status.cc bool Status::HasErrorDetails() const { return !error_details_.empty(); }
error_details_     18 content/child/webcrypto/status.cc   return IsSuccess() ? "Success" : error_details_;
error_details_    192 content/child/webcrypto/status.h   std::string error_details_;
error_details_     45 net/quic/crypto/proof_test.cc     *error_details_ = error_details;
error_details_     53 net/quic/crypto/proof_test.cc   string* const error_details_;
error_details_     80 net/quic/crypto/proof_verifier_chromium.cc   std::string error_details_;
error_details_    166 net/quic/crypto/proof_verifier_chromium.cc       *error_details = error_details_;
error_details_    201 net/quic/crypto/proof_verifier_chromium.cc     callback->Run(rv == OK, error_details_, &verify_details);
error_details_    226 net/quic/crypto/proof_verifier_chromium.cc     error_details_ = StringPrintf("Failed to verify certificate chain: %s",
error_details_    228 net/quic/crypto/proof_verifier_chromium.cc     DLOG(WARNING) << error_details_;