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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc 55 rtc::MessageList messages;
92 rtc::MessageList removed;
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/base/
asyncinvoker.cc 45 MessageList removed;
47 for (MessageList::iterator it = removed.begin(); it != removed.end(); ++it) {
messagequeue.h 145 typedef std::list<Message> MessageList;
202 MessageList* removed = NULL);
243 MessageList msgq_;
messagequeue.cc 332 MessageList* removed) {
348 for (MessageList::iterator it = msgq_.begin(); it != msgq_.end();) {
thread.h 175 MessageList* removed = NULL);
thread.cc 516 MessageList* removed) {
virtualsocketserver.cc 189 MessageList msgs;
193 for (MessageList::iterator it = msgs.begin(); it != msgs.end(); ++it) {
    [all...]
  /external/chromium_org/jingle/glue/
thread_wrapper.h 68 rtc::MessageList* removed) OVERRIDE;
thread_wrapper.cc 91 rtc::MessageList* removed) {
thread_wrapper_unittest.cc 217 rtc::MessageList removed;

Completed in 205 milliseconds