HomeSort by relevance Sort by last modified time
    Searched refs:protectionSpace (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/platform/network/mac/
CredentialStorageMac.mm 34 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace)
36 NSURLCredential *credential = [[NSURLCredentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:mac(protectionSpace)];
AuthenticationChallenge.h 45 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationMac.mm 31 #import "ProtectionSpace.h"
85 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
90 : AuthenticationChallengeBase(protectionSpace,
99 : AuthenticationChallengeBase(core([challenge protectionSpace]),
136 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())
144 NSURLProtectionSpace *mac(const ProtectionSpace& coreSpace)
252 ProtectionSpace core(NSURLProtectionSpace *macSpace)
299 return ProtectionSpace([macSpace host], [macSpace port], serverType, [macSpace realm], scheme);
ResourceHandleMac.mm 505 Credential credential = CredentialStorage::get(challenge.protectionSpace());
545 if (credential.persistence() == CredentialPersistenceForSession && (!d->m_needsSiteSpecificQuirks || ![[[mac(challenge) protectionSpace] host] isEqualToString:@"gallery.me.com"])) {
553 CredentialStorage::set(webCredential, core([d->m_currentMacChallenge protectionSpace]), urlToStore);
    [all...]
  /external/webkit/WebCore/platform/network/
ProtectionSpaceHash.h 29 #include "ProtectionSpace.h"
35 static unsigned hash(const ProtectionSpace& protectionSpace)
38 protectionSpace.host().impl() ? protectionSpace.host().impl()->hash() : 0,
39 protectionSpace.port(),
40 protectionSpace.serverType(),
41 protectionSpace.authenticationScheme(),
42 protectionSpace.realm().impl() ? protectionSpace.realm().impl()->hash() :
    [all...]
AuthenticationChallengeBase.cpp 38 AuthenticationChallengeBase::AuthenticationChallengeBase(const ProtectionSpace& protectionSpace,
44 , m_protectionSpace(protectionSpace)
62 const ProtectionSpace& AuthenticationChallengeBase::protectionSpace() const
95 if (a.protectionSpace() != b.protectionSpace())
CredentialStorage.cpp 40 typedef HashMap<ProtectionSpace, Credential> ProtectionSpaceToCredentialMap;
53 typedef HashMap<String, ProtectionSpace> PathToDefaultProtectionSpaceMap;
87 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, const KURL& url)
89 ASSERT(protectionSpace.isProxy() || url.protocolInHTTPFamily());
90 ASSERT(protectionSpace.isProxy() || url.isValid());
92 protectionSpaceToCredentialMap().set(protectionSpace, credential);
93 if (!protectionSpace.isProxy()) {
96 ProtectionSpaceAuthenticationScheme scheme = protectionSpace.authenticationScheme();
99 pathToDefaultProtectionSpaceMap().set(protectionSpaceMapKeyFromURL(url), protectionSpace);
    [all...]
AuthenticationChallengeBase.h 29 #include "ProtectionSpace.h"
40 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
44 const ProtectionSpace& protectionSpace() const;
58 ProtectionSpace m_protectionSpace;
  /external/webkit/WebCore/platform/network/cf/
CredentialStorageCFNet.cpp 31 #include "ProtectionSpace.h"
37 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace)
39 RetainPtr<CFURLProtectionSpaceRef> protectionSpaceCF(AdoptCF, createCF(protectionSpace));
AuthenticationCF.cpp 32 #include "ProtectionSpace.h"
40 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace,
45 : AuthenticationChallengeBase(protectionSpace,
78 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace());
81 CFURLAuthChallengeRef result = CFURLAuthChallengeCreate(0, protectionSpace, credential,
85 CFRelease(protectionSpace);
115 CFURLProtectionSpaceRef createCF(const ProtectionSpace& coreSpace)
202 ProtectionSpace core(CFURLProtectionSpaceRef cfSpace
    [all...]
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
SocketStreamHandleCFNet.cpp 38 #include "ProtectionSpace.h"
351 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login, String& password)
354 Credential storedCredential = CredentialStorage::getFromPersistentStorage(protectionSpace);
356 storedCredential = CredentialStorage::get(protectionSpace);
397 ProtectionSpace protectionSpace(String(m_proxyHost.get()), port, ProtectionSpaceProxyHTTPS, String(realmCF.get()), authenticationSchemeFromAuthenticationMethod(methodCF.get()));
400 if (!m_sentStoredCredentials && getStoredCONNECTProxyCredentials(protectionSpace, login, password)) {
  /external/webkit/WebCore/platform/network/curl/
AuthenticationChallenge.h 40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/qt/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebCore/platform/network/soup/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/WebKit/win/
WebURLProtectionSpace.cpp 39 WebURLProtectionSpace::WebURLProtectionSpace(const ProtectionSpace& protectionSpace)
41 , m_protectionSpace(protectionSpace)
55 WebURLProtectionSpace* instance = new WebURLProtectionSpace(ProtectionSpace());
60 WebURLProtectionSpace* WebURLProtectionSpace::createInstance(const ProtectionSpace& protectionSpace)
62 WebURLProtectionSpace* instance = new WebURLProtectionSpace(protectionSpace);
172 m_protectionSpace = ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
202 m_protectionSpace = ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
284 const ProtectionSpace& WebURLProtectionSpace::protectionSpace() cons
    [all...]
WebURLAuthenticationChallenge.cpp 153 m_authenticationChallenge = AuthenticationChallenge(webSpace->protectionSpace(), webCredential->credential(),
212 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace(
215 *result = WebURLProtectionSpace::createInstance(m_authenticationChallenge.protectionSpace());
WebURLAuthenticationChallenge.h 74 virtual HRESULT STDMETHODCALLTYPE protectionSpace(
WebURLProtectionSpace.h 32 #include <WebCore/ProtectionSpace.h>
39 static WebURLProtectionSpace* createInstance(const WebCore::ProtectionSpace&);
41 WebURLProtectionSpace(const WebCore::ProtectionSpace&);
89 const WebCore::ProtectionSpace& protectionSpace() const;
94 WebCore::ProtectionSpace m_protectionSpace;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 92 CFURLCredentialRef wkCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef protectionSpace);
  /external/webkit/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 92 NSURLCredential *latestCredential = [[NSURLCredentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:[challenge protectionSpace]];
WebAuthenticationPanel.m 122 NSURLProtectionSpace *space = [chall protectionSpace];
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 84 - (NSURLProtectionSpace *)protectionSpace
86 HRESULT protectionSpace([out, retval] IWebURLProtectionSpace** result);
  /external/webkit/WebKit/mac/Misc/
WebDownload.mm 36 #import <WebCore/ProtectionSpace.h>
117 NSURLCredential *credential = mac(CredentialStorage::get(core([challenge protectionSpace])));
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 57 #import <WebCore/ProtectionSpace.h>
1022 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
1024 NSURLCredential *credential = mac(CredentialStorage::get(core(protectionSpace.get())));
1026 credential = [[NSURLCredentialStorage sharedCredentialStorage] defaultCredentialForProtectionSpace:protectionSpace.get()];

Completed in 1077 milliseconds

1 2