Home
last modified time | relevance | path

Searched refs:main_wnd (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/
Dwebrtc_examples.gyp97 'examples/peerconnection/client/main_wnd.cc',
98 'examples/peerconnection/client/main_wnd.h',
121 'examples/peerconnection/client/linux/main_wnd.cc',
122 'examples/peerconnection/client/linux/main_wnd.h',
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc55 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd) in Conductor() argument
59 main_wnd_(main_wnd) { in Conductor()
61 main_wnd->RegisterObserver(this); in Conductor()
Dconductor.h48 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h76 VideoRenderer(GtkMainWnd* main_wnd,
Dmain_wnd.cc457 GtkMainWnd* main_wnd, in VideoRenderer() argument
461 main_wnd_(main_wnd), in VideoRenderer()