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

  /external/chromium/chrome/browser/policy/
policy_notifier.cc 19 error_details_(CloudPolicySubsystem::NO_DETAILS) {
50 error_details_ = CloudPolicySubsystem::NO_DETAILS;
53 error_details_ = e[TOKEN_FETCHER];
56 error_details_ = e[TOKEN_FETCHER];
59 error_details_ = e[POLICY_CONTROLLER];
65 error_details_ = CloudPolicySubsystem::NO_DETAILS;
68 error_details_ = e[POLICY_CACHE];
72 OnPolicyStateChanged(state_, error_details_));
policy_notifier.h 44 return error_details_;
57 ErrorDetails error_details_; member in class:policy::PolicyNotifier
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 111 *error_details = error_details_;
144 callback_->Run(rv == OK, error_details_, &scoped_details);
169 error_details_ = StringPrintf("Failed to verify certificate chain: %s",
171 DLOG(WARNING) << error_details_;
proof_verifier_chromium.h 77 std::string error_details_; member in class:net::ProofVerifierChromium
proof_test.cc 122 error_details_(error_details) {}
128 *error_details_ = error_details;
136 std::string* const error_details_; member in class:net::test::TestProofVerifierCallback::std
  /external/chromium_org/chromeos/network/
network_state.h 50 const std::string& error_details() const { return error_details_; }
136 std::string error_details_; member in class:chromeos::NetworkState
network_state.cc 121 return GetStringValue(key, value, &error_details_);
249 error_details_);

Completed in 493 milliseconds