Searched defs:ProtectionSpace (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DCredentialStorageSoup.cpp35 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace&) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DCredentialStorageWin.cpp27 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace&) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DProtectionSpace.h39 class ProtectionSpace : public ProtectionSpaceBase { class in namespace:WebCore
41 ProtectionSpace() : ProtectionSpaceBase() { } function in class:WebCore::ProtectionSpace
42 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) function in class:WebCore::ProtectionSpace
47 ProtectionSpace(WTF::HashTableDeletedValueType deletedValue) : ProtectionSpaceBase(deletedValue) { } function in class:WebCore::ProtectionSpace
H A DResourceHandleClient.cpp53 void ResourceHandleClient::canAuthenticateAgainstProtectionSpaceAsync(ResourceHandle* handle, const ProtectionSpace&) argument
H A DSynchronousLoaderClient.cpp58 bool SynchronousLoaderClient::canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) argument
H A DProtectionSpaceBase.h83 static bool platformCompare(const ProtectionSpace&, const ProtectionSpace&) { return true; } argument
H A DResourceHandleClient.h114 virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) { return false; } argument
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DProtectionSpaceCFNet.h37 class ProtectionSpace : public ProtectionSpaceBase { class in namespace:WebCore
39 ProtectionSpace() : ProtectionSpaceBase() { } function in class:WebCore::ProtectionSpace
40 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) function in class:WebCore::ProtectionSpace
45 ProtectionSpace(WTF::HashTableDeletedValueType deletedValue) : ProtectionSpaceBase(deletedValue) { } function in class:WebCore::ProtectionSpace
/macosx-10.10/WebCore-7600.1.25/platform/network/cocoa/
H A DProtectionSpaceCocoa.h40 class ProtectionSpace : public ProtectionSpaceBase { class in namespace:WebCore
42 ProtectionSpace() : ProtectionSpaceBase() { } function in class:WebCore::ProtectionSpace
43 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) function in class:WebCore::ProtectionSpace
48 ProtectionSpace(WTF::HashTableDeletedValueType deletedValue) : ProtectionSpaceBase(deletedValue) { } function in class:WebCore::ProtectionSpace
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DSynchronousNetworkLoaderClient.cpp70 void SynchronousNetworkLoaderClient::canAuthenticateAgainstProtectionSpace(NetworkResourceLoader* loader, const ProtectionSpace&) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/soup/
H A DWebCoreArgumentCodersSoup.cpp144 void ArgumentCoder<ProtectionSpace>::encodePlatformData(ArgumentEncoder&, const ProtectionSpace&) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIObject.h72 ProtectionSpace, member in class:API::Object::Type

Completed in 265 milliseconds