HomeSort by relevance Sort by last modified time
    Searched refs:homogeneous_child_width (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 26 int homogeneous_child_width; member in struct:__anon5039::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 =
gtk_chrome_shrinkable_hbox_unittest.cc 86 int homogeneous_child_width = local
98 ASSERT_LE(children_data[i].width, homogeneous_child_width);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 26 int homogeneous_child_width; member in struct:__anon8552::SizeAllocateData
59 if (child_allocation.width > data->homogeneous_child_width) {
61 (child_allocation.width - data->homogeneous_child_width) / 2;
62 child_allocation.width = data->homogeneous_child_width;
222 data.homogeneous_child_width =
gtk_chrome_shrinkable_hbox_unittest.cc 86 int homogeneous_child_width = local
98 ASSERT_LE(children_data[i].width, homogeneous_child_width);

Completed in 521 milliseconds