Searched defs:protectionSpace (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSURLProtectionSpace.h35 inline NSURLProtectionSpace *wrapper(WebProtectionSpace& protectionSpace) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Authentication/
H A DWebProtectionSpace.h37 static PassRefPtr<WebProtectionSpace> create(const WebCore::ProtectionSpace& protectionSpace) argument
51 const WebCore::ProtectionSpace& protectionSpace() const { return m_coreProtectionSpace; } function in class:WebKit::WebProtectionSpace
H A DAuthenticationChallengeProxy.cpp118 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const function in class:WebKit::AuthenticationChallengeProxy
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DCredentialStorageCFNet.cpp48 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace& protectionSpace) argument
60 void CredentialStorage::saveToPersistentStorage(const ProtectionSpace& protectionSpace, const Credential& credential) argument
H A DAuthenticationCF.cpp41 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, argument
H A DResourceHandleCFURLConnectionDelegate.cpp106 Boolean ResourceHandleCFURLConnectionDelegate::canRespondToProtectionSpaceCallback(CFURLConnectionRef, CFURLProtectionSpaceRef protectionSpace, const void* clientInfo) argument
H A DResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp249 Boolean ResourceHandleCFURLConnectionDelegateWithOperationQueue::canRespondToProtectionSpace(CFURLProtectionSpaceRef protectionSpace) argument
H A DSynchronousResourceHandleCFURLConnectionDelegate.cpp248 Boolean SynchronousResourceHandleCFURLConnectionDelegate::canRespondToProtectionSpace(CFURLProtectionSpaceRef protectionSpace) argument
H A DResourceHandleCFNet.cpp389 bool ResourceHandle::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) argument
H A DSocketStreamHandleCFNet.cpp334 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login, String& password) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DAuthenticationChallenge.h38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DAuthenticationChallengeBase.cpp36 AuthenticationChallengeBase::AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, argument
60 const ProtectionSpace& AuthenticationChallengeBase::protectionSpace() const function in class:WebCore::AuthenticationChallengeBase
H A DProtectionSpaceHash.h35 static unsigned hash(const ProtectionSpace& protectionSpace) argument
H A DCredentialStorage.cpp94 void CredentialStorage::set(const Credential& credential, const ProtectionSpace& protectionSpace, const URL& url) argument
111 pathToDefaultProtectionSpaceMap().set(protectionSpaceMapKeyFromURL(url), protectionSpace); local
116 Credential CredentialStorage::get(const ProtectionSpace& protectionSpace) argument
121 remove(const ProtectionSpace& protectionSpace) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DAuthenticationChallenge.h40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
H A DResourceHandleManager.cpp385 static bool getProtectionSpace(CURL* h, const ResourceResponse& response, ProtectionSpace& protectionSpace) argument
524 ProtectionSpace protectionSpace; local
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DAuthenticationChallenge.h42 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLAuthenticationChallenge.cpp209 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::protectionSpace( function in class:WebURLAuthenticationChallenge
H A DWebURLProtectionSpace.cpp37 WebURLProtectionSpace::WebURLProtectionSpace(const ProtectionSpace& protectionSpace) argument
58 WebURLProtectionSpace* WebURLProtectionSpace::createInstance(const ProtectionSpace& protectionSpace) argument
280 const ProtectionSpace& WebURLProtectionSpace::protectionSpace() const function in class:WebURLProtectionSpace
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.cpp54 void AsynchronousNetworkLoaderClient::canAuthenticateAgainstProtectionSpace(NetworkResourceLoader* loader, const ProtectionSpace& protectionSpace) argument
H A DNetworkResourceLoader.cpp396 void NetworkResourceLoader::canAuthenticateAgainstProtectionSpaceAsync(ResourceHandle* handle, const ProtectionSpace& protectionSpace) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request.cpp71 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get()); local
87 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get()); local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoader.cpp219 void WebResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoader.cpp580 bool ResourceLoader::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace) argument
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp378 bool PluginControllerProxy::getAuthenticationInfo(const ProtectionSpace& protectionSpace, String& username, String& password) argument

Completed in 519 milliseconds

12