Home
last modified time | relevance | path

Searched defs:protectionSpace (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DCredentialStorage.cpp86 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()
DAuthenticationChallengeBase.cpp38 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/
DWebProtectionSpace.h39 static PassRefPtr<WebProtectionSpace> create(const WebCore::ProtectionSpace& protectionSpace) in create()
DAuthenticationChallengeProxy.cpp90 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const in protectionSpace() function in WebKit::AuthenticationChallengeProxy
/external/webkit/Source/WebCore/platform/network/cf/
DCredentialStorageCFNet.cpp39 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace) in getFromPersistentStorage()
DAuthenticationCF.cpp46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, in AuthenticationChallenge()
84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace()); in createCF() local
DSocketStreamHandleCFNet.cpp352 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/
DWebURLProtectionSpace.cpp37 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
DWebURLAuthenticationChallenge.cpp209 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace( in protectionSpace() function in WebURLAuthenticationChallenge
/external/webkit/Source/WebCore/platform/network/win/
DAuthenticationChallenge.h38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/curl/
DAuthenticationChallenge.h40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/qt/
DAuthenticationChallenge.h40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/soup/
DAuthenticationChallenge.h39 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge()
/external/webkit/Source/WebCore/loader/
DResourceLoader.h121 …l canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace& protectionSpace) {… in canAuthenticateAgainstProtectionSpace()
DResourceLoader.cpp490 bool ResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()
DFrameLoader.cpp3401 …nAuthenticateAgainstProtectionSpace(ResourceLoader* loader, const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()
/external/webkit/Source/WebKit2/UIProcess/
DWebLoaderClient.cpp150 …otectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionSpace) in canAuthenticateAgainstProtectionSpaceInFrame()
DWebPageProxy.cpp2856 RefPtr<WebProtectionSpace> protectionSpace = WebProtectionSpace::create(coreProtectionSpace); in canAuthenticateAgainstProtectionSpaceInFrame() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp198 …icateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace& protectionSpace) in canAuthenticateAgainstProtectionSpace()