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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadNotifier.cpp54 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
56 didReceiveAuthenticationChallenge(loader->identifier(), loader->documentLoader(), currentWebChallenge);
59 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
61 m_frame.loader().client().dispatchDidReceiveAuthenticationChallenge(loader, identifier, currentWebChallenge);
64 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
66 didCancelAuthenticationChallenge(loader->identifier(), loader->documentLoader(), currentWebChallenge);
69 void ResourceLoadNotifier::didCancelAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
71 m_frame.loader().client().dispatchDidCancelAuthenticationChallenge(loader, identifier, currentWebChallenge);

Completed in 127 milliseconds