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

  /external/chromium_org/third_party/webrtc/base/
sslstreamadapterhelper.h 88 enum { MSG_DTLS_TIMEOUT = MSG_MAX + 1 };
nssstreamadapter.cc 546 Thread::Current()->Clear(this, MSG_DTLS_TIMEOUT);
583 this, MSG_DTLS_TIMEOUT, 0);
610 Thread::Current()->Clear(this, MSG_DTLS_TIMEOUT);
757 if (MSG_DTLS_TIMEOUT == msg->message_id) {

Completed in 367 milliseconds