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

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.h122 virtual void UIThreadCallback(int msg_id, void* data);
H A Dmain_wnd.h49 virtual void UIThreadCallback(int msg_id, void* data) = 0;
H A Dconductor.cc397 void Conductor::UIThreadCallback(int msg_id, void* data) { function in class:Conductor
H A Dmain_wnd.cc148 callback_->UIThreadCallback(static_cast<int>(msg->wParam),
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc127 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data);

Completed in 96 milliseconds