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

  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 404 sendlist_.push_back(smsg);
445 while (!sendlist_.empty()) {
446 _SendMessage smsg = sendlist_.front();
447 sendlist_.pop_front();
461 // Remove messages on sendlist_ with phandler
465 std::list<_SendMessage>::iterator iter = sendlist_.begin();
466 while (iter != sendlist_.end()) {
474 iter = sendlist_.erase(iter);
thread.h 243 std::list<_SendMessage> sendlist_; member in class:talk_base::Thread
  /external/chromium_org/third_party/webrtc/base/
thread.cc 387 sendlist_.push_back(smsg);
428 while (!sendlist_.empty()) {
429 _SendMessage smsg = sendlist_.front();
430 sendlist_.pop_front();
444 // Remove messages on sendlist_ with phandler
448 std::list<_SendMessage>::iterator iter = sendlist_.begin();
449 while (iter != sendlist_.end()) {
457 iter = sendlist_.erase(iter);
thread.h 226 std::list<_SendMessage> sendlist_; member in class:rtc::Thread

Completed in 274 milliseconds