Searched refs:contents_expanded_ (Results 1 – 2 of 2) sorted by relevance
225 contents_expanded_(NULL), in PanelGtk()303 contents_expanded_ = gtk_expanded_container_new(); in Init()304 gtk_widget_show(contents_expanded_); in Init()312 contents_expanded_); in Init()1019 gtk_container_add(GTK_CONTAINER(contents_expanded_), widget); in AttachWebContents()1030 DCHECK_EQ(parent, contents_expanded_); in DetachWebContents()1031 gtk_container_remove(GTK_CONTAINER(contents_expanded_), widget); in DetachWebContents()1088 gtk_widget_get_allocation(contents_expanded_, &contents_allocation); in GetNonClientFrameSize()
208 GtkWidget* contents_expanded_; variable