Home
last modified time | relevance | path

Searched refs:canAuthenticateAgainstProtectionSpace (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/loader/
DResourceLoader.h99 virtual bool canAuthenticateAgainstProtectionSpace(const ProtectionSpace&);
121 … bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace& protectionSpac… in canAuthenticateAgainstProtectionSpace() function
DResourceLoader.cpp490 bool ResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace() function in WebCore::ResourceLoader
493 return frameLoader()->canAuthenticateAgainstProtectionSpace(this, protectionSpace); in canAuthenticateAgainstProtectionSpace()
DFrameLoaderClient.h123 …virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long identifier, cons…
DFrameLoader.h157 …bool canAuthenticateAgainstProtectionSpace(ResourceLoader* loader, const ProtectionSpace& protecti…
DEmptyClients.h259 …virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const Protectio… in canAuthenticateAgainstProtectionSpace() function
DFrameLoader.cpp3401 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/
DWebResourceLoadDelegatePrivate.h53 - (BOOL)webView:(WebView *)sender resource:(id)identifier canAuthenticateAgainstProtectionSpace:(NS…
DWebView.mm1590 …paceFunc = getMethod(delegate, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:fo…
/external/webkit/Source/WebCore/platform/network/
DResourceHandleClient.h92 …virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) { retu… in canAuthenticateAgainstProtectionSpace() function
DResourceHandle.h128 bool canAuthenticateAgainstProtectionSpace(const ProtectionSpace&);
/external/webkit/Source/WebCore/platform/network/mac/
DResourceHandleMac.mm124 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/
DWebFrameLoaderClient.h67 …virtual bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identif…
DWebFrameLoaderClient.cpp198 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, co… in canAuthenticateAgainstProtectionSpace() function in WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h83 …virtual bool canAuthenticateAgainstProtectionSpace(WebCore::DocumentLoader*, unsigned long identif…
DWebFrameLoaderClient.mm423 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader* loader, unsigned l… function
432 …tProtectionSpaceFunc, webView, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:fo…
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm226 - (BOOL)download:(NSURLDownload *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtection…
/external/webkit/Source/WebKit/mac/
DChangeLog9297 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/
DChangeLog-2010-05-2415030 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.
DWebCore.order6357 -[WebCoreResourceHandleAsDelegate connection:canAuthenticateAgainstProtectionSpace:]
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1615627 (WebKit::WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace):
44157 … Fix WebKit2 build by stubbing out WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace().
44160 (WebKit::WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace):
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-243210 Add canAuthenticateAgainstProtectionSpace() to frame loader so that a protection space