Searched refs:auth_result (Results 1 – 5 of 5) sorted by relevance
101 AuthResult auth_result = in TEST_F() local104 logger_->LogSocketChallengeReplyEvent(2, auth_result); in TEST_F()107 auth_result = in TEST_F()111 logger_->LogSocketChallengeReplyEvent(2, auth_result); in TEST_F()
240 const AuthResult& auth_result) { in LogSocketChallengeReplyEvent() argument245 ChallegeReplyErrorToProto(auth_result.error_type)); in LogSocketChallengeReplyEvent()246 if (auth_result.nss_error_code != 0) in LogSocketChallengeReplyEvent()247 event.set_nss_error_code(auth_result.nss_error_code); in LogSocketChallengeReplyEvent()
66 const AuthResult& auth_result);
205 HttpAuth::AuthorizationResult auth_result = in Init() local207 return (auth_result == HttpAuth::AUTHORIZATION_RESULT_ACCEPT); in Init()
648 std::string auth_result; in OnURLFetchComplete() local649 if (response_dict->GetString(kAuthResultKey, &auth_result)) { in OnURLFetchComplete()651 base::TrimWhitespaceASCII(auth_result, base::TRIM_ALL, &trimmed); in OnURLFetchComplete()