Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc26 int homogeneous_child_width; member
58 if (child_allocation.width > data->homogeneous_child_width) { in ChildSizeAllocate()
60 (child_allocation.width - data->homogeneous_child_width) / 2; in ChildSizeAllocate()
61 child_allocation.width = data->homogeneous_child_width; in ChildSizeAllocate()
215 data.homogeneous_child_width = in gtk_chrome_shrinkable_hbox_size_allocate()
Dgtk_chrome_shrinkable_hbox_unittest.cc86 int homogeneous_child_width = in Validate() local
98 ASSERT_LE(children_data[i].width, homogeneous_child_width); in Validate()