HomeSort by relevance Sort by last modified time
    Searched defs:GtkMainWnd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h 46 class GtkMainWnd : public MainWindow {
48 GtkMainWnd(const char* server, int port, bool autoconnect, bool autocall);
49 ~GtkMainWnd();
92 VideoRenderer(GtkMainWnd* main_wnd,
116 GtkMainWnd* main_wnd_;
main_wnd.cc 46 // GtkMainWnd instance.
51 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event);
56 reinterpret_cast<GtkMainWnd*>(data)->OnClicked(widget);
66 reinterpret_cast<GtkMainWnd*>(data)->OnKeyPress(widget, key);
72 reinterpret_cast<GtkMainWnd*>(data)->OnRowActivated(tree_view, path, column);
133 GtkMainWnd* wnd = reinterpret_cast<GtkMainWnd*>(data);
140 // GtkMainWnd implementation.
143 GtkMainWnd::GtkMainWnd(const char* server, int port, bool autoconnect
    [all...]

Completed in 73 milliseconds