Home
last modified time | relevance | path

Searched refs:PlatformCertificateInfo (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebKit2/Shared/win/
DPlatformCertificateInfo.cpp41 PlatformCertificateInfo::PlatformCertificateInfo() in PlatformCertificateInfo() function in WebKit::PlatformCertificateInfo
45 PlatformCertificateInfo::PlatformCertificateInfo(const ResourceResponse& response) in PlatformCertificateInfo() function in WebKit::PlatformCertificateInfo
76 PlatformCertificateInfo::PlatformCertificateInfo(PCCERT_CONTEXT certificateContext) in PlatformCertificateInfo() function in WebKit::PlatformCertificateInfo
85 PlatformCertificateInfo::~PlatformCertificateInfo() in ~PlatformCertificateInfo()
90 PlatformCertificateInfo::PlatformCertificateInfo(const PlatformCertificateInfo& other) in PlatformCertificateInfo() function in WebKit::PlatformCertificateInfo
98 PlatformCertificateInfo& PlatformCertificateInfo::operator=(const PlatformCertificateInfo& other) in operator =()
108 void PlatformCertificateInfo::encode(CoreIPC::ArgumentEncoder* encoder) const in encode()
123 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c) in decode()
153 void PlatformCertificateInfo::clearCertificateChain() in clearCertificateChain()
DPlatformCertificateInfo.h42 class PlatformCertificateInfo {
44 PlatformCertificateInfo();
45 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&);
46 explicit PlatformCertificateInfo(PCCERT_CONTEXT);
47 ~PlatformCertificateInfo();
49 PlatformCertificateInfo(const PlatformCertificateInfo&);
50 PlatformCertificateInfo& operator=(const PlatformCertificateInfo&);
55 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
DWebCoreArgumentCodersWin.cpp127 encoder->encode(WebKit::PlatformCertificateInfo(resourceError.certificate())); in encodeResourceError()
141 WebKit::PlatformCertificateInfo certificate; in decodeResourceError()
/external/webkit/Source/WebKit2/Shared/mac/
DPlatformCertificateInfo.mm27 #import "PlatformCertificateInfo.h"
38 PlatformCertificateInfo::PlatformCertificateInfo()
42 PlatformCertificateInfo::PlatformCertificateInfo(const ResourceResponse& response)
47 PlatformCertificateInfo::PlatformCertificateInfo(CFArrayRef certificateChain)
52 void PlatformCertificateInfo::encode(CoreIPC::ArgumentEncoder* encoder) const
63 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c)
79 void PlatformCertificateInfo::dump() const
83 NSLog(@"PlatformCertificateInfo\n");
DPlatformCertificateInfo.h39 class PlatformCertificateInfo {
41 PlatformCertificateInfo();
42 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&);
43 explicit PlatformCertificateInfo(CFArrayRef certificateChain);
48 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
DWebCoreArgumentCodersMac.mm30 #import "PlatformCertificateInfo.h"
144 encoder->encode(PlatformCertificateInfo((CFArrayRef)peerCertificateChain));
170 PlatformCertificateInfo certificate;
/external/webkit/Source/WebKit2/Shared/gtk/
DPlatformCertificateInfo.h36 class PlatformCertificateInfo {
38 PlatformCertificateInfo() in PlatformCertificateInfo() function
42 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&) in PlatformCertificateInfo() function
50 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&) in decode() argument
/external/webkit/Source/WebKit2/Shared/qt/
DPlatformCertificateInfo.h35 class PlatformCertificateInfo {
37 PlatformCertificateInfo() in PlatformCertificateInfo() function
41 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&) in PlatformCertificateInfo() function
49 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&) in decode() argument
/external/webkit/Source/WebKit2/Shared/
DWebCertificateInfo.h39 static PassRefPtr<WebCertificateInfo> create(const PlatformCertificateInfo& info) in create()
44 …const PlatformCertificateInfo& platformCertificateInfo() const { return m_platformCertificateInfo;… in platformCertificateInfo()
47 explicit WebCertificateInfo(const PlatformCertificateInfo& info) in WebCertificateInfo()
54 PlatformCertificateInfo m_platformCertificateInfo;
DUserMessageCoders.h310 PlatformCertificateInfo platformCertificateInfo; in baseDecode()
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h47 class PlatformCertificateInfo; variable
117 void didCommitLoad(const String& contentType, const PlatformCertificateInfo&);
DWebFrameProxy.cpp152 void WebFrameProxy::didCommitLoad(const String& contentType, const PlatformCertificateInfo& certifi… in didCommitLoad()
DWebPageProxy.h83 class PlatformCertificateInfo; variable
516 …const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo&, CoreIPC…
DWebPageProxy.messages.in88 …eID, WTF::String mimeType, bool hasCustomRepresentation, WebKit::PlatformCertificateInfo certifica…
DWebPageProxy.cpp1533 …const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo& certific… in didCommitLoadForFrame()
/external/webkit/Source/WebKit2/Shared/API/c/win/
DWKCertificateInfoWin.cpp36 return toAPI(WebCertificateInfo::create(PlatformCertificateInfo(certificate)).leakRef()); in WKCertificateInfoCreateWithCertificate()
/external/webkit/Source/WebKit2/Shared/API/c/mac/
DWKCertificateInfoMac.mm36 …RefPtr<WebCertificateInfo> certificateInfo = WebCertificateInfo::create(PlatformCertificateInfo(ce…
/external/webkit/Source/WebKit2/
DWebKit2.pro167 Shared/qt/PlatformCertificateInfo.h \
DChangeLog-2011-02-164838 * Shared/win/PlatformCertificateInfo.cpp:
6124 * Shared/mac/PlatformCertificateInfo.mm:
20846 …* Shared/gtk/PlatformCertificateInfo.h: Added. Added. Stubbed implementation for GTK port. Yet to …
20847 (WebKit::PlatformCertificateInfo::PlatformCertificateInfo):
20848 (WebKit::PlatformCertificateInfo::encode):
20849 (WebKit::PlatformCertificateInfo::decode):
25297 WebKit2: Store the certificate chain in PlatformCertificateInfo.
25304 * Shared/win/PlatformCertificateInfo.cpp:
25305 …(WebKit::PlatformCertificateInfo::PlatformCertificateInfo): Get the chain context from the respons…
25307 …(WebKit::PlatformCertificateInfo::~PlatformCertificateInfo): Free all the certificate contexts in …
[all …]
DChangeLog575 * Shared/win/PlatformCertificateInfo.cpp:
576 (WebKit::PlatformCertificateInfo::PlatformCertificateInfo):
6044 * Shared/win/PlatformCertificateInfo.cpp:
6045 …(WebKit::PlatformCertificateInfo::PlatformCertificateInfo): Don't assert if no PCCERT_CONTEXT is s…
6167 Add PlatformCertificateInfo::PlatformCertificateInfo(PCCERT_CONTEXT) constructor on Windows
6170 …We're going to need to create a PlatformCertificateInfo with a single certificate on Windows to su…
6173 * Shared/win/PlatformCertificateInfo.cpp:
6174 …(WebKit::PlatformCertificateInfo::PlatformCertificateInfo): Added PlatformCertificateInfo(PCCERT_C…
6175 …(WebKit::PlatformCertificateInfo::operator=): Use return value from CertDuplicateCertificateContex…
6176 … * Shared/win/PlatformCertificateInfo.h: Added PlatformCertificateInfo(PCCERT_CONTEXT) construtor.
[all …]
DGNUmakefile.am192 Source/WebKit2/Shared/gtk/PlatformCertificateInfo.h \
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp442 …>frameID(), response.mimeType(), m_frameHasCustomRepresentation, PlatformCertificateInfo(response)… in dispatchDidCommitLoad()
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj734 …7B005955AE /* PlatformCertificateInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF505E5124…
735 …7B005955AE /* PlatformCertificateInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCF505E612…
1644 …AE /* PlatformCertificateInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1645 …* PlatformCertificateInfo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
2786 BCF505E51243047B005955AE /* PlatformCertificateInfo.h */,
2787 BCF505E61243047B005955AE /* PlatformCertificateInfo.mm */,
3442 BCF505E71243047B005955AE /* PlatformCertificateInfo.h in Headers */,
4056 BCF505E81243047B005955AE /* PlatformCertificateInfo.mm in Sources */,