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

  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 128 : window_(NULL), draw_area_(NULL), vbox_(NULL), server_edit_(NULL),
160 if (vbox_)
225 ASSERT(vbox_ == NULL);
234 vbox_ = gtk_vbox_new(FALSE, 5);
236 gtk_container_add(GTK_CONTAINER(vbox_), valign);
237 gtk_container_add(GTK_CONTAINER(window_), vbox_); local
261 gtk_box_pack_start(GTK_BOX(vbox_), halign, FALSE, FALSE, 0);
274 if (vbox_) {
275 gtk_widget_destroy(vbox_);
276 vbox_ = NULL
    [all...]
main_wnd.h 105 GtkWidget* vbox_; // Container for the Connect UI. member in class:GtkMainWnd

Completed in 45 milliseconds