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

  /external/chromium_org/third_party/webrtc/base/
schanneladapter.h 40 struct SSLImpl;
70 SSLImpl* impl_;
schanneladapter.cc 81 struct SChannelAdapter::SSLImpl {
88 SSLImpl() : cred_init(false), ctx_init(false) { }
94 impl_(new SSLImpl) {
594 impl_ = new SSLImpl;

Completed in 67 milliseconds