Searched refs:auth_result (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/api/cast_channel/
H A Dlogger.cc240 const AuthResult& auth_result) {
245 ChallegeReplyErrorToProto(auth_result.error_type));
246 if (auth_result.nss_error_code != 0)
247 event.set_nss_error_code(auth_result.nss_error_code);
239 LogSocketChallengeReplyEvent(int channel_id, const AuthResult& auth_result) argument
H A Dlogger.h66 const AuthResult& auth_result);
H A Dlogger_unittest.cc101 AuthResult auth_result = local
104 logger_->LogSocketChallengeReplyEvent(2, auth_result);
107 auth_result =
111 logger_->LogSocketChallengeReplyEvent(2, auth_result);
/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc205 HttpAuth::AuthorizationResult auth_result = local
207 return (auth_result == HttpAuth::AUTHORIZATION_RESULT_ACCEPT);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.cc217 const char kAuthResultKey[] = "auth_result";
648 std::string auth_result; local
649 if (response_dict->GetString(kAuthResultKey, &auth_result)) {
651 base::TrimWhitespaceASCII(auth_result, base::TRIM_ALL, &trimmed);

Completed in 1538 milliseconds