Searched refs:SSLImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.h40 struct SSLImpl;
70 SSLImpl* impl_;
H A Dschanneladapter.cc81 struct SChannelAdapter::SSLImpl { struct in class:rtc::SChannelAdapter
88 SSLImpl() : cred_init(false), ctx_init(false) { } function in struct:rtc::SChannelAdapter::SSLImpl
94 impl_(new SSLImpl) {
594 impl_ = new SSLImpl;

Completed in 314 milliseconds