Home | History | Annotate | Download | only in mac

Lines Matching refs:didCancelAuthenticationChallenge

522 void ResourceHandle::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge)
529 client()->didCancelAuthenticationChallenge(this, challenge);
687 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
691 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
696 m_handle->didCancelAuthenticationChallenge(core(challenge));