Searched refs:WebProtectionSpace (Results 1 – 13 of 13) sorted by relevance
33 WebProtectionSpace::WebProtectionSpace(const WebCore::ProtectionSpace& coreProtectionSpace) in WebProtectionSpace() function in WebKit::WebProtectionSpace38 const String& WebProtectionSpace::host() const in host()43 int WebProtectionSpace::port() const in port()48 const String& WebProtectionSpace::realm() const in realm()53 bool WebProtectionSpace::isProxy() const in isProxy()58 WebCore::ProtectionSpaceServerType WebProtectionSpace::serverType() const in serverType()63 bool WebProtectionSpace::receivesCredentialSecurely() const in receivesCredentialSecurely()68 WebCore::ProtectionSpaceAuthenticationScheme WebProtectionSpace::authenticationScheme() const in authenticationScheme()
35 class WebProtectionSpace : public APIObject {39 static PassRefPtr<WebProtectionSpace> create(const WebCore::ProtectionSpace& protectionSpace) in create()41 return adoptRef(new WebProtectionSpace(protectionSpace)); in create()54 WebProtectionSpace(const WebCore::ProtectionSpace&);
44 class WebProtectionSpace; variable62 WebProtectionSpace* protectionSpace() const;75 mutable RefPtr<WebProtectionSpace> m_webProtectionSpace;
90 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const in protectionSpace()93 …m_webProtectionSpace = WebProtectionSpace::create(m_coreAuthenticationChallenge.protectionSpace()); in protectionSpace()
48 class WebProtectionSpace; variable67 …l canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*, WebProtectionSpace*);
150 …stProtectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionS… in canAuthenticateAgainstProtectionSpaceInFrame()
2856 RefPtr<WebProtectionSpace> protectionSpace = WebProtectionSpace::create(coreProtectionSpace); in canAuthenticateAgainstProtectionSpaceInFrame()
36 return toAPI(WebProtectionSpace::APIType); in WKProtectionSpaceGetTypeID()
78 class WebProtectionSpace; variable107 WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) in WK_ADD_API_MAPPING()
173 UIProcess/Authentication/WebProtectionSpace.h \376 UIProcess/Authentication/WebProtectionSpace.cpp \
364 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \365 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \
4879 * UIProcess/Authentication/WebProtectionSpace.cpp:14679 * UIProcess/Authentication/WebProtectionSpace.cpp:14680 (WebKit::WebProtectionSpace::WebProtectionSpace):14681 (WebKit::WebProtectionSpace::host):14682 (WebKit::WebProtectionSpace::port):14683 (WebKit::WebProtectionSpace::realm):14684 (WebKit::WebProtectionSpace::isProxy):14685 (WebKit::WebProtectionSpace::serverType):14686 (WebKit::WebProtectionSpace::receivesCredentialSecurely):14687 (WebKit::WebProtectionSpace::authenticationScheme):[all …]
310 …A8838800629530 /* WebProtectionSpace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 512F589412…311 …2A8838800629530 /* WebProtectionSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = 512F589512A…1199 …9530 /* WebProtectionSpace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…1200 …0629530 /* WebProtectionSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …2344 512F589412A8838800629530 /* WebProtectionSpace.cpp */,2345 512F589512A8838800629530 /* WebProtectionSpace.h */,3560 512F589D12A8838800629530 /* WebProtectionSpace.h in Headers */,4178 512F589C12A8838800629530 /* WebProtectionSpace.cpp in Sources */,