Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dgconf.c44 GtkWidget *main_wnd = NULL; variable
143 main_wnd = glade_xml_get_widget(xml, "window1"); in init_main_window()
169 style = gtk_widget_get_style(main_wnd); in init_main_window()
172 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
174 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
176 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
188 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
190 gtk_widget_show(main_wnd); in init_main_window()
426 GTK_WINDOW(main_wnd), in on_window1_delete_event()
475 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request()
[all …]
/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()