Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc137 box->children_width_requisition = 0; in gtk_chrome_shrinkable_hbox_init()
176 gint children_width_requisition = 0; in gtk_chrome_shrinkable_hbox_size_allocate() local
178 &children_width_requisition); in gtk_chrome_shrinkable_hbox_size_allocate()
185 box->children_width_requisition > children_width_requisition) { in gtk_chrome_shrinkable_hbox_size_allocate()
205 box->children_width_requisition = 0; in gtk_chrome_shrinkable_hbox_size_allocate()
226 &box->children_width_requisition); in gtk_chrome_shrinkable_hbox_size_allocate()
Dgtk_chrome_shrinkable_hbox.h51 int children_width_requisition; member