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 142 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_ERROR, NULL);
150 main_wnd_->QueueUIThreadCallback(NEW_STREAM_ADDED,
157 main_wnd_->QueueUIThreadCallback(STREAM_REMOVED,
206 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_CLOSED, NULL);
292 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, NULL);
494 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 232 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 68 milliseconds