Home
last modified time | relevance | path

Searched refs:protectionSpace (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebCore/platform/network/
DProtectionSpaceHash.h35 static unsigned hash(const ProtectionSpace& protectionSpace) in hash()
38 protectionSpace.host().impl() ? protectionSpace.host().impl()->hash() : 0, in hash()
39 protectionSpace.port(), in hash()
40 protectionSpace.serverType(), in hash()
41 protectionSpace.authenticationScheme(), in hash()
42 protectionSpace.realm().impl() ? protectionSpace.realm().impl()->hash() : 0 in hash()
47 if (protectionSpace.isProxy()) in hash()
DCredentialStorage.cpp87 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, c… in set() argument
89 ASSERT(protectionSpace.isProxy() || url.protocolInHTTPFamily()); in set()
90 ASSERT(protectionSpace.isProxy() || url.isValid()); in set()
92 protectionSpaceToCredentialMap().set(protectionSpace, credential); in set()
93 if (!protectionSpace.isProxy()) { in set()
96 ProtectionSpaceAuthenticationScheme scheme = protectionSpace.authenticationScheme(); in set()
99 … pathToDefaultProtectionSpaceMap().set(protectionSpaceMapKeyFromURL(url), protectionSpace); in set()
104 Credential CredentialStorage::get(const ProtectionSpace& protectionSpace) in get() argument
106 return protectionSpaceToCredentialMap().get(protectionSpace); in get()
DAuthenticationChallengeBase.cpp38 AuthenticationChallengeBase::AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, in AuthenticationChallengeBase() argument
44 , m_protectionSpace(protectionSpace) in AuthenticationChallengeBase()
62 const ProtectionSpace& AuthenticationChallengeBase::protectionSpace() const in protectionSpace() function in WebCore::AuthenticationChallengeBase
95 if (a.protectionSpace() != b.protectionSpace()) in compare()
DAuthenticationChallengeBase.h40 …AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCred…
44 const ProtectionSpace& protectionSpace() const;
/external/webkit/WebCore/platform/network/cf/
DAuthenticationCF.cpp40 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, in AuthenticationChallenge() argument
45 : AuthenticationChallengeBase(protectionSpace, in AuthenticationChallenge()
78 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace()); in createCF() local
81 CFURLAuthChallengeRef result = CFURLAuthChallengeCreate(0, protectionSpace, credential, in createCF()
85 CFRelease(protectionSpace); in createCF()
DCredentialStorageCFNet.cpp37 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace) in getFromPersistentStorage() argument
39 RetainPtr<CFURLProtectionSpaceRef> protectionSpaceCF(AdoptCF, createCF(protectionSpace)); in getFromPersistentStorage()
DSocketStreamHandleCFNet.cpp351 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login,… in getStoredCONNECTProxyCredentials() argument
354 Credential storedCredential = CredentialStorage::getFromPersistentStorage(protectionSpace); in getStoredCONNECTProxyCredentials()
356 storedCredential = CredentialStorage::get(protectionSpace); in getStoredCONNECTProxyCredentials()
397 …ProtectionSpace protectionSpace(String(m_proxyHost.get()), port, ProtectionSpaceProxyHTTPS, String… in addCONNECTCredentials() local
400 …if (!m_sentStoredCredentials && getStoredCONNECTProxyCredentials(protectionSpace, login, password)… in addCONNECTCredentials()
DAuthenticationChallenge.h39 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti…
DResourceHandleCFNet.cpp467 CredentialStorage::set(core(credential.get()), challenge.protectionSpace(), urlToStore); in didReceiveAuthenticationChallenge()
477 Credential credential = CredentialStorage::get(challenge.protectionSpace()); in didReceiveAuthenticationChallenge()
509 CredentialStorage::set(webCredential, challenge.protectionSpace(), urlToStore); in receivedCredential()
/external/webkit/WebKit/win/
DWebURLProtectionSpace.cpp39 WebURLProtectionSpace::WebURLProtectionSpace(const ProtectionSpace& protectionSpace) in WebURLProtectionSpace() argument
41 , m_protectionSpace(protectionSpace) in WebURLProtectionSpace()
60 WebURLProtectionSpace* WebURLProtectionSpace::createInstance(const ProtectionSpace& protectionSpace) in createInstance() argument
62 WebURLProtectionSpace* instance = new WebURLProtectionSpace(protectionSpace); in createInstance()
284 const ProtectionSpace& WebURLProtectionSpace::protectionSpace() const in protectionSpace() function in WebURLProtectionSpace
DWebURLAuthenticationChallenge.cpp153 …m_authenticationChallenge = AuthenticationChallenge(webSpace->protectionSpace(), webCredential->cr… in initWithProtectionSpace()
212 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace( in protectionSpace() function in WebURLAuthenticationChallenge
215 *result = WebURLProtectionSpace::createInstance(m_authenticationChallenge.protectionSpace()); in protectionSpace()
DWebURLAuthenticationChallenge.h74 virtual HRESULT STDMETHODCALLTYPE protectionSpace(
DWebURLProtectionSpace.h89 const WebCore::ProtectionSpace& protectionSpace() const;
/external/webkit/WebCore/platform/network/soup/
DAuthenticationChallenge.h38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() argument
39 …: AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response,… in AuthenticationChallenge()
/external/webkit/WebCore/platform/network/qt/
DAuthenticationChallenge.h38 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() argument
39 …: AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response,… in AuthenticationChallenge()
/external/webkit/WebCore/platform/network/curl/
DAuthenticationChallenge.h40 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti… in AuthenticationChallenge() argument
41 …: AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response,… in AuthenticationChallenge()
/external/webkit/WebCore/platform/network/mac/
DCredentialStorageMac.mm34 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace)
36 …edentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:mac(protectionSpace)];
DAuthenticationMac.mm85 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
90 : AuthenticationChallengeBase(protectionSpace,
99 : AuthenticationChallengeBase(core([challenge protectionSpace]),
136 …[[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())
DAuthenticationChallenge.h45 …AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredenti…
DResourceHandleMac.mm505 Credential credential = CredentialStorage::get(challenge.protectionSpace());
545 …ceForSession && (!d->m_needsSiteSpecificQuirks || ![[[mac(challenge) protectionSpace] host] isEqua…
553 …CredentialStorage::set(webCredential, core([d->m_currentMacChallenge protectionSpace]), urlToStore…
954 CredentialStorage::set(core(credential), core([challenge protectionSpace]), urlToStore);
965 Credential credential = CredentialStorage::get(core([challenge protectionSpace]));
/external/webkit/WebKit/win/Interfaces/
DIWebURLAuthenticationChallenge.idl84 - (NSURLProtectionSpace *)protectionSpace
86 HRESULT protectionSpace([out, retval] IWebURLProtectionSpace** result);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h92 CFURLCredentialRef wkCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef protectionSpace);
/external/webkit/WebKit/mac/Panels/
DWebPanelAuthenticationHandler.m92 …lStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:[challenge protectionSpace]];
/external/webkit/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm1022 …RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHos…
1024 NSURLCredential *credential = mac(CredentialStorage::get(core(protectionSpace.get())));
1026 …dentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:protectionSpace.get()];
/external/webkit/WebKit/mac/Misc/
DWebDownload.mm117 … NSURLCredential *credential = mac(CredentialStorage::get(core([challenge protectionSpace])));

12