Home
last modified time | relevance | path

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

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