HomeSort by relevance Sort by last modified time
    Searched defs:ProtectionSpace (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/network/
ProtectionSpace.cpp 26 #include "ProtectionSpace.h"
38 ProtectionSpace::ProtectionSpace()
50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme)
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::realm() const
    [all...]
ProtectionSpace.h 52 class ProtectionSpace {
55 ProtectionSpace();
56 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType, const String& realm, ProtectionSpaceAuthenticationScheme);
59 ProtectionSpace(WTF::HashTableDeletedValueType) : m_isHashTableDeletedValue(true) { }
80 bool operator==(const ProtectionSpace& a, const ProtectionSpace& b);
81 inline bool operator!=(const ProtectionSpace& a, const ProtectionSpace& b) { return !(a == b); }

Completed in 668 milliseconds