/external/webkit/Source/WebCore/loader/ |
D | ResourceLoader.h | 99 virtual bool canAuthenticateAgainstProtectionSpace(const ProtectionSpace&); 121 … bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace& protectionSpac… in canAuthenticateAgainstProtectionSpace() function
|
D | ResourceLoader.cpp | 490 bool ResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace() function in WebCore::ResourceLoader 493 return frameLoader()->canAuthenticateAgainstProtectionSpace(this, protectionSpace); in canAuthenticateAgainstProtectionSpace()
|
D | FrameLoaderClient.h | 123 …virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long identifier, cons…
|
D | FrameLoader.h | 157 …bool canAuthenticateAgainstProtectionSpace(ResourceLoader* loader, const ProtectionSpace& protecti…
|
D | EmptyClients.h | 259 …virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const Protectio… in canAuthenticateAgainstProtectionSpace() function
|
D | FrameLoader.cpp | 3401 bool FrameLoader::canAuthenticateAgainstProtectionSpace(ResourceLoader* loader, const ProtectionSpa… in canAuthenticateAgainstProtectionSpace() function in WebCore::FrameLoader 3403 …return m_client->canAuthenticateAgainstProtectionSpace(loader->documentLoader(), loader->identifie… in canAuthenticateAgainstProtectionSpace()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebResourceLoadDelegatePrivate.h | 53 - (BOOL)webView:(WebView *)sender resource:(id)identifier canAuthenticateAgainstProtectionSpace:(NS…
|
D | WebView.mm | 1590 …paceFunc = getMethod(delegate, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:fo…
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandleClient.h | 92 …virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) { retu… in canAuthenticateAgainstProtectionSpace() function
|
D | ResourceHandle.h | 128 bool canAuthenticateAgainstProtectionSpace(const ProtectionSpace&);
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | ResourceHandleMac.mm | 124 virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&); 667 bool ResourceHandle::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) 670 return client()->canAuthenticateAgainstProtectionSpace(this, protectionSpace); 864 - (BOOL)connection:(NSURLConnection *)unusedConnection canAuthenticateAgainstProtectionSpace:(NSURL… 872 return m_handle->canAuthenticateAgainstProtectionSpace(core(protectionSpace)); 1111 bool WebCoreSynchronousLoaderClient::canAuthenticateAgainstProtectionSpace(ResourceHandle*, const P… function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 67 …virtual bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identif…
|
D | WebFrameLoaderClient.cpp | 198 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, co… in canAuthenticateAgainstProtectionSpace() function in WebKit::WebFrameLoaderClient
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 83 …virtual bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identif…
|
D | WebFrameLoaderClient.mm | 423 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader* loader, unsigned l… function 432 …tProtectionSpaceFunc, webView, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:fo…
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 226 - (BOOL)download:(NSURLDownload *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtection…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 9297 Add canAuthenticateAgainstProtectionSpace() to frame loader so that a protection space 9303 (WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace): 9311 …Added private SPI definition: webView:resource:canAuthenticateAgainstProtectionSpace:forDataSource:
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 15030 Add canAuthenticateAgainstProtectionSpace() to frame loader so that a protection space 15035 (WebCore::EmptyFrameLoaderClient::canAuthenticateAgainstProtectionSpace): Added. 15037 (WebCore::FrameLoader::canAuthenticateAgainstProtectionSpace): Added. 15041 (WebCore::ResourceLoader::canAuthenticateAgainstProtectionSpace): Added. 15043 (WebCore::ResourceLoader::canAuthenticateAgainstProtectionSpace): Added. 15048 (WebCore::ResourceHandleClient::canAuthenticateAgainstProtectionSpace): Added. 15057 (WebCore::ResourceHandle::canAuthenticateAgainstProtectionSpace): Added. 15058 … (-[WebCoreResourceHandleAsDelegate connection:canAuthenticateAgainstProtectionSpace:]): Added.
|
D | WebCore.order | 6357 -[WebCoreResourceHandleAsDelegate connection:canAuthenticateAgainstProtectionSpace:]
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 15627 (WebKit::WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace): 44157 … Fix WebKit2 build by stubbing out WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(). 44160 (WebKit::WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace):
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 3210 Add canAuthenticateAgainstProtectionSpace() to frame loader so that a protection space
|