Searched refs:QueueUIThreadCallback (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc141 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);
H A Dmain_wnd.h83 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0;
117 virtual void QueueUIThreadCallback(int msg_id, void* data);
H A Dmain_wnd.cc209 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) { function in class:MainWnd
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.h64 virtual void QueueUIThreadCallback(int msg_id, void* data);
H A Dmain_wnd.cc203 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { function in class:GtkMainWnd

Completed in 86 milliseconds