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

  /external/webkit/Source/WebKit2/UIProcess/
WebLoaderClient.h 67 bool canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*, WebProtectionSpace*);
WebLoaderClient.cpp 150 bool WebLoaderClient::canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionSpace)
152 if (!m_client.canAuthenticateAgainstProtectionSpaceInFrame)
155 return m_client.canAuthenticateAgainstProtectionSpaceInFrame(toAPI(page), toAPI(frame), toAPI(protectionSpace), m_client.clientInfo);
WebPageProxy.h 677 void canAuthenticateAgainstProtectionSpaceInFrame(uint64_t frameID, const WebCore::ProtectionSpace&, bool& canAuthenticate);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 89 WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback canAuthenticateAgainstProtectionSpaceInFrame;

Completed in 23 milliseconds