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

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

Completed in 34 milliseconds