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 20 : error_details_(FILE_ERROR_FAILED),
27 : error_details_(FILE_OK),
36 error_details_(FILE_OK),
45 : error_details_(error_details),
52 error_details_(other.object->error_details()),
66 error_details_ = other.object->error_details();
76 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 197 error_details_ = FILE_ERROR_FAILED;
242 error_details_ = File::OSErrorToFileError(errno);
253 error_details_ = FILE_OK;
file_win.cc 93 error_details_ = FILE_OK;
101 error_details_ = OSErrorToFileError(GetLastError());
  /external/chromium_org/content/child/webcrypto/
status.h 33 const std::string& error_details() const { return error_details_; }
225 std::string error_details_; member in class:content::webcrypto::Status
status.cc 244 error_details_(error_details_utf8) {
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 91 std::string error_details_; member in class:net::ProofVerifierChromium::Job
180 *error_details = error_details_;
215 callback->Run(rv == OK, error_details_, &verify_details);
255 error_details_ = StringPrintf("Failed to verify certificate chain: %s",
257 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::__anon14062::TestProofVerifierCallback

Completed in 3919 milliseconds