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

  /external/webkit/Source/WebKit2/UIProcess/
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);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 90 WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame;

Completed in 32 milliseconds