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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 141 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_ERROR, NULL);
149 main_wnd_->QueueUIThreadCallback(NEW_STREAM_ADDED,
156 main_wnd_->QueueUIThreadCallback(STREAM_REMOVED,
205 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_CLOSED, NULL);
291 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, NULL);
493 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, msg);
main_wnd.h 83 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0;
117 virtual void QueueUIThreadCallback(int msg_id, void* data);
main_wnd.cc 209 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h 64 virtual void QueueUIThreadCallback(int msg_id, void* data);
main_wnd.cc 203 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) {

Completed in 30 milliseconds