Searched refs:MSG_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | asynchttprequest.cc | 32 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE }; enumerator 66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT); in OnWorkStart() 76 Thread::Current()->Clear(this, MSG_TIMEOUT); in OnComplete() 94 if (message->message_id != MSG_TIMEOUT) { in OnMessage()
|
D | autodetectproxy.cc | 35 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE }; enumerator 75 if (MSG_TIMEOUT == msg->message_id) { in OnMessage() 92 Thread::Current()->Clear(this, MSG_TIMEOUT); in Next() 105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT); in Next() 109 Thread::Current()->Clear(this, MSG_TIMEOUT); in Complete()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.cc | 45 const uint32 MSG_TIMEOUT = 1; variable 188 case MSG_TIMEOUT: in OnMessage() 563 signaling_thread_->Clear(this, MSG_TIMEOUT); in OnTransportWritable() 566 session_manager_->session_timeout() * 1000, this, MSG_TIMEOUT); in OnTransportWritable()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.cc | 42 const uint32 MSG_TIMEOUT = 100; // must not conflict variable
|