Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp882 GtkWidget* buttonChild = gtk_bin_get_child(GTK_BIN(gtkComboBoxButton())); in refreshComboBoxChildren() local
883 if (GTK_IS_HBOX(buttonChild)) in refreshComboBoxChildren()
884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces); in refreshComboBoxChildren()
885 else if (GTK_IS_ARROW(buttonChild)) in refreshComboBoxChildren()
886 pieces.arrow = buttonChild; in refreshComboBoxChildren()