Searched defs:authenticationChallengeProxy (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp45 void WebDownloadClient::didReceiveAuthenticationChallenge(WebContext* webContext, DownloadProxy* downloadProxy, AuthenticationChallengeProxy* authenticationChallengeProxy) argument
50 m_client.didReceiveAuthenticationChallenge(toAPI(webContext), toAPI(downloadProxy), toAPI(authenticationChallengeProxy), m_client.clientInfo);

Completed in 30 milliseconds