/external/webkit/Source/WebKit/mac/Panels/ |
WebAuthenticationPanel.m | 122 NSURLProtectionSpace *space = [chall protectionSpace];
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebFrameLoaderClient.h | 67 virtual bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ProtectionSpace&);
|
WebFrameLoaderClient.cpp | 198 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace& protectionSpace) 208 if (!webPage->sendSync(Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame(m_frame->frameID(), protectionSpace), Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame::Reply(canAuthenticate))) [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.h | 72 class ProtectionSpace; 677 void canAuthenticateAgainstProtectionSpaceInFrame(uint64_t frameID, const WebCore::ProtectionSpace&, bool& canAuthenticate); [all...] |
WebPageProxy.cpp | [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 423 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader* loader, unsigned long identifier, const ProtectionSpace& protectionSpace) 428 NSURLProtectionSpace *webProtectionSpace = mac(protectionSpace); 439 return (protectionSpace.authenticationScheme() < ProtectionSpaceAuthenticationSchemeClientCertificateRequested); [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPage.h | 67 typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)(WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, const void *clientInfo);
|
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 259 virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace&) { return false; }
|
FrameLoader.cpp | [all...] |
/external/webkit/Source/WebCore/ |
Android.mk | 760 platform/network/ProtectionSpace.cpp \ [all...] |
WebCore.pro | [all...] |
CMakeLists.txt | [all...] |
GNUmakefile.list.am | [all...] |
GNUmakefile.am | [all...] |
WebCore.gypi | [all...] |
ChangeLog-2007-10-14 | [all...] |
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
project.pbxproj | [all...] |
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCore.vcproj | [all...] |
/external/webkit/WebKitLibraries/win/lib/ |
WebKitSystemInterface.lib | [all...] |