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

  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 59 main_wnd_(main_wnd) {
84 main_wnd_->MessageBox("Error",
91 main_wnd_->MessageBox("Error",
138 main_wnd_->StopLocalRenderer();
139 main_wnd_->StopRemoteRenderer();
147 if (main_wnd_->IsWindow()) {
148 if (main_wnd_->current_ui() != MainWindow::STREAMING)
149 main_wnd_->SwitchToStreamingUI();
162 main_wnd_->QueueUIThreadCallback(NEW_STREAM_ADDED,
169 main_wnd_->QueueUIThreadCallback(STREAM_REMOVED
    [all...]
conductor.h 122 MainWindow* main_wnd_; member in class:Conductor
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 98 GtkMainWnd* main_wnd_; member in class:GtkMainWnd::VideoRenderer
main_wnd.cc 461 main_wnd_(main_wnd),
512 g_idle_add(Redraw, main_wnd_);

Completed in 606 milliseconds