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

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebProtectionSpace.h 35 class WebProtectionSpace : public APIObject {
39 static PassRefPtr<WebProtectionSpace> create(const WebCore::ProtectionSpace& protectionSpace)
41 return adoptRef(new WebProtectionSpace(protectionSpace));
54 WebProtectionSpace(const WebCore::ProtectionSpace&);
WebProtectionSpace.cpp 27 #include "WebProtectionSpace.h"
33 WebProtectionSpace::WebProtectionSpace(const WebCore::ProtectionSpace& coreProtectionSpace)
38 const String& WebProtectionSpace::host() const
43 int WebProtectionSpace::port() const
48 const String& WebProtectionSpace::realm() const
53 bool WebProtectionSpace::isProxy() const
58 WebCore::ProtectionSpaceServerType WebProtectionSpace::serverType() const
63 bool WebProtectionSpace::receivesCredentialSecurely() const
68 WebCore::ProtectionSpaceAuthenticationScheme WebProtectionSpace::authenticationScheme() cons
    [all...]

Completed in 336 milliseconds