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

/external/webkit/Source/WebCore/platform/network/qt/
H A DCredentialStorageQt.cpp33 Credential CredentialStorage::getFromPersistentStorage(const ProtectionSpace&) argument
/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.cpp26 #include "ProtectionSpace.h"
38 ProtectionSpace::ProtectionSpace() function in class:WebCore::ProtectionSpace
50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) function in class:WebCore::ProtectionSpace
60 const String& ProtectionSpace::host() const
65 int ProtectionSpace::port() const
70 ProtectionSpaceServerType ProtectionSpace::serverType() const
75 bool ProtectionSpace::isProxy() const
83 const String& ProtectionSpace
[all...]
H A DProtectionSpace.h55 class ProtectionSpace { class in namespace:WebCore
58 ProtectionSpace();
59 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, ProtectionSpaceAuthenticationScheme);
62 ProtectionSpace(WTF::HashTableDeletedValueType) : m_isHashTableDeletedValue(true) { } function in class:WebCore::ProtectionSpace
83 bool operator==(const ProtectionSpace& a, const ProtectionSpace& b);
84 inline bool operator!=(const ProtectionSpace& a, const ProtectionSpace& b) { return !(a == b); }
H A DResourceHandleClient.h53 class ProtectionSpace;
92 virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&) { return false; } argument
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h255 virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace&) { return false; } argument

Completed in 3749 milliseconds