HomeSort by relevance Sort by last modified time
    Searched full:canauthenticateagainstprotectionspaceinframe (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
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);
WebLoaderClient.h 67 bool canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*, WebProtectionSpace*);
WebPageProxy.messages.in 172 CanAuthenticateAgainstProtectionSpaceInFrame(uint64_t frameID, WebCore::ProtectionSpace protectionSpace) -> (bool canAuthenticate)
WebPageProxy.h 677 void canAuthenticateAgainstProtectionSpaceInFrame(uint64_t frameID, const WebCore::ProtectionSpace&, bool& canAuthenticate);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 333 0, // canAuthenticateAgainstProtectionSpaceInFrame
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 89 WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback canAuthenticateAgainstProtectionSpaceInFrame;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 442 0, /* canAuthenticateAgainstProtectionSpaceInFrame */
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 592 0, // canAuthenticateAgainstProtectionSpaceInFrame
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 208 if (!webPage->sendSync(Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame(m_frame->frameID(), protectionSpace), Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame::Reply(canAuthenticate)))
    [all...]

Completed in 149 milliseconds