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

  /external/webkit/Source/WebKit2/Shared/gtk/
PlatformCertificateInfo.h 36 class PlatformCertificateInfo {
38 PlatformCertificateInfo()
42 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&)
50 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&)
  /external/webkit/Source/WebKit2/Shared/qt/
PlatformCertificateInfo.h 35 class PlatformCertificateInfo {
37 PlatformCertificateInfo()
41 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&)
49 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&)
  /external/webkit/Source/WebKit2/Shared/mac/
PlatformCertificateInfo.h 39 class PlatformCertificateInfo {
41 PlatformCertificateInfo();
42 explicit PlatformCertificateInfo(const WebCore::ResourceResponse&);
43 explicit PlatformCertificateInfo(CFArrayRef certificateChain);
48 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
  /external/webkit/Source/WebKit2/Shared/win/
PlatformCertificateInfo.h 42 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)
    [all...]
PlatformCertificateInfo.cpp 27 #include "PlatformCertificateInfo.h"
41 PlatformCertificateInfo::PlatformCertificateInfo()
45 PlatformCertificateInfo::PlatformCertificateInfo(const ResourceResponse& response)
76 PlatformCertificateInfo::PlatformCertificateInfo(PCCERT_CONTEXT certificateContext)
85 PlatformCertificateInfo::~PlatformCertificateInfo()
90 PlatformCertificateInfo::PlatformCertificateInfo(const PlatformCertificateInfo& other
    [all...]

Completed in 345 milliseconds