/external/webkit/Source/WebCore/platform/network/ |
D | CredentialStorage.cpp | 86 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, c… in set() 103 Credential CredentialStorage::get(const ProtectionSpace& protectionSpace) in get() 108 void CredentialStorage::remove(const ProtectionSpace& protectionSpace) in remove()
|
D | AuthenticationChallengeBase.cpp | 38 AuthenticationChallengeBase::AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, in AuthenticationChallengeBase() 62 const ProtectionSpace& AuthenticationChallengeBase::protectionSpace() const in protectionSpace() function in WebCore::AuthenticationChallengeBase
|
/external/webkit/Source/WebKit2/UIProcess/Authentication/ |
D | WebProtectionSpace.h | 39 static PassRefPtr<WebProtectionSpace> create(const WebCore::ProtectionSpace& protectionSpace) in create()
|
D | AuthenticationChallengeProxy.cpp | 90 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const in protectionSpace() function in WebKit::AuthenticationChallengeProxy
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | CredentialStorageCFNet.cpp | 39 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace) in getFromPersistentStorage()
|
D | AuthenticationCF.cpp | 46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, in AuthenticationChallenge() 84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace()); in createCF() local
|
D | SocketStreamHandleCFNet.cpp | 352 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login,… in getStoredCONNECTProxyCredentials() 398 …ProtectionSpace protectionSpace(String(m_proxyHost.get()), port, ProtectionSpaceProxyHTTPS, String… in addCONNECTCredentials() local
|
/external/webkit/Source/WebKit/win/ |
D | WebURLProtectionSpace.cpp | 37 WebURLProtectionSpace::WebURLProtectionSpace(const ProtectionSpace& protectionSpace) in WebURLProtectionSpace() 58 WebURLProtectionSpace* WebURLProtectionSpace::createInstance(const ProtectionSpace& protectionSpace) in createInstance() 280 const ProtectionSpace& WebURLProtectionSpace::protectionSpace() const in protectionSpace() function in WebURLProtectionSpace
|
D | WebURLAuthenticationChallenge.cpp | 209 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace( in protectionSpace() function in WebURLAuthenticationChallenge
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | AuthenticationChallenge.h | 38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | AuthenticationChallenge.h | 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | AuthenticationChallenge.h | 40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | AuthenticationChallenge.h | 39 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
|
/external/webkit/Source/WebCore/loader/ |
D | ResourceLoader.h | 121 …l canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace& protectionSpace) {… in canAuthenticateAgainstProtectionSpace()
|
D | ResourceLoader.cpp | 490 bool ResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()
|
D | FrameLoader.cpp | 3401 …nAuthenticateAgainstProtectionSpace(ResourceLoader* loader, const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebLoaderClient.cpp | 150 …otectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionSpace) in canAuthenticateAgainstProtectionSpaceInFrame()
|
D | WebPageProxy.cpp | 2856 RefPtr<WebProtectionSpace> protectionSpace = WebProtectionSpace::create(coreProtectionSpace); in canAuthenticateAgainstProtectionSpaceInFrame() local
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 198 …icateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()
|