Home
last modified time | relevance | path

Searched refs:WebProtectionSpace (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Authentication/
DWebProtectionSpace.cpp33 WebProtectionSpace::WebProtectionSpace(const WebCore::ProtectionSpace& coreProtectionSpace) in WebProtectionSpace() function in WebKit::WebProtectionSpace
38 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()
DWebProtectionSpace.h35 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&);
DAuthenticationChallengeProxy.h44 class WebProtectionSpace; variable
62 WebProtectionSpace* protectionSpace() const;
75 mutable RefPtr<WebProtectionSpace> m_webProtectionSpace;
DAuthenticationChallengeProxy.cpp90 WebProtectionSpace* AuthenticationChallengeProxy::protectionSpace() const in protectionSpace()
93 …m_webProtectionSpace = WebProtectionSpace::create(m_coreAuthenticationChallenge.protectionSpace()); in protectionSpace()
/external/webkit/Source/WebKit2/UIProcess/
DWebLoaderClient.h48 class WebProtectionSpace; variable
67 …l canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy*, WebFrameProxy*, WebProtectionSpace*);
DWebLoaderClient.cpp150 …stProtectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionS… in canAuthenticateAgainstProtectionSpaceInFrame()
DWebPageProxy.cpp2856 RefPtr<WebProtectionSpace> protectionSpace = WebProtectionSpace::create(coreProtectionSpace); in canAuthenticateAgainstProtectionSpaceInFrame()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKProtectionSpace.cpp36 return toAPI(WebProtectionSpace::APIType); in WKProtectionSpaceGetTypeID()
DWKAPICast.h78 class WebProtectionSpace; variable
107 WK_ADD_API_MAPPING(WKProtectionSpaceRef, WebProtectionSpace) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/
DWebKit2.pro173 UIProcess/Authentication/WebProtectionSpace.h \
376 UIProcess/Authentication/WebProtectionSpace.cpp \
DGNUmakefile.am364 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \
365 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \
DChangeLog-2011-02-164879 * 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 …]
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj310 …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 */,