HomeSort by relevance Sort by last modified time
    Searched refs:didReceiveAuthenticationChallengeInFrame (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.h 68 void didReceiveAuthenticationChallengeInFrame(WebPageProxy*, WebFrameProxy*, AuthenticationChallengeProxy*);
WebLoaderClient.cpp 158 void WebLoaderClient::didReceiveAuthenticationChallengeInFrame(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChallenge)
160 if (!m_client.didReceiveAuthenticationChallengeInFrame)
163 m_client.didReceiveAuthenticationChallengeInFrame(toAPI(page), toAPI(frame), toAPI(authenticationChallenge), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 90 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame;

Completed in 783 milliseconds