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

  /external/chromium_org/base/files/
file.cc 23 error_details_(FILE_ERROR_FAILED),
31 error_details_(FILE_OK),
40 error_details_(FILE_OK),
50 error_details_(error_details),
57 error_details_(other.object->error_details()),
71 error_details_ = other.object->error_details();
81 error_details_ = FILE_ERROR_ACCESS_DENIED;
file.h 197 Error error_details() const { return error_details_; }
306 Error error_details_; member in class:base::File
file_posix.cc 199 error_details_ = FILE_ERROR_FAILED;
244 error_details_ = File::OSErrorToFileError(errno);
255 error_details_ = FILE_OK;
file_win.cc 88 error_details_ = FILE_OK;
96 error_details_ = OSErrorToFileError(GetLastError());
  /external/chromium_org/content/child/webcrypto/
status.h 33 const std::string& error_details() const { return error_details_; }
205 std::string error_details_; member in class:content::webcrypto::Status
status.cc 218 error_details_(error_details_utf8) {
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 85 std::string error_details_; member in class:net::ProofVerifierChromium::Job
174 *error_details = error_details_;
209 callback->Run(rv == OK, error_details_, &verify_details);
287 error_details_ = StringPrintf("Failed to verify certificate chain: %s",
289 DLOG(WARNING) << error_details_;
proof_test.cc 39 error_details_(error_details) {}
45 *error_details_ = error_details;
53 string* const error_details_; member in class:net::test::__anon13465::TestProofVerifierCallback

Completed in 139 milliseconds