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

  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.h 57 struct SSLImpl;
87 SSLImpl* impl_;
schanneladapter.cc 98 struct SChannelAdapter::SSLImpl {
105 SSLImpl() : cred_init(false), ctx_init(false) { }
111 impl_(new SSLImpl) {
610 impl_ = new SSLImpl;
  /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) {
593 impl_ = new SSLImpl;

Completed in 88 milliseconds