Home
last modified time | relevance | path

Searched refs:GtkMainWnd (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc33 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event); in OnDestroyedCallback()
38 reinterpret_cast<GtkMainWnd*>(data)->OnClicked(widget); in OnClickedCallback()
48 reinterpret_cast<GtkMainWnd*>(data)->OnKeyPress(widget, key); in OnKeyPressCallback()
54 reinterpret_cast<GtkMainWnd*>(data)->OnRowActivated(tree_view, path, column); in OnRowActivatedCallback()
115 GtkMainWnd* wnd = reinterpret_cast<GtkMainWnd*>(data); in Redraw()
126 GtkMainWnd::GtkMainWnd(const char* server, int port, bool autoconnect, in GtkMainWnd() function in GtkMainWnd
136 GtkMainWnd::~GtkMainWnd() { in ~GtkMainWnd()
140 void GtkMainWnd::RegisterObserver(MainWndCallback* callback) { in RegisterObserver()
144 bool GtkMainWnd::IsWindow() { in IsWindow()
148 void GtkMainWnd::MessageBox(const char* caption, const char* text, in MessageBox()
[all …]
Dmain_wnd.h30 class GtkMainWnd : public MainWindow {
32 GtkMainWnd(const char* server, int port, bool autoconnect, bool autocall);
33 ~GtkMainWnd();
76 VideoRenderer(GtkMainWnd* main_wnd,
98 GtkMainWnd* main_wnd_;
Dmain.cc23 CustomSocketServer(rtc::Thread* thread, GtkMainWnd* wnd) in CustomSocketServer()
50 GtkMainWnd* wnd_;
77 GtkMainWnd wnd(FLAG_server, FLAG_port, FLAG_autoconnect, FLAG_autocall); in main()