Searched refs:child_requisition (Results 1 - 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
H A D | gtk_expanded_container.cc | 42 GtkRequisition child_requisition; local 43 child_requisition.width = data->allocation->width - data->border_width * 2; 44 child_requisition.height = data->allocation->height - data->border_width * 2; 50 child, &child_requisition); 53 child_allocation.width = child_requisition.width; 54 child_allocation.height = child_requisition.height; 56 gtk_widget_get_child_requisition(child, &child_requisition); 58 child_allocation.width = child_requisition.width; 60 child_allocation.height = child_requisition.height;
|
H A D | gtk_floating_container.cc | 233 GtkRequisition child_requisition; local 240 gtk_widget_size_request(child->widget, &child_requisition); 243 child_allocation.width = std::max(1, std::min(child_requisition.width, 245 child_allocation.height = std::max(1, std::min(child_requisition.height,
|
/external/chromium_org/ui/base/gtk/ |
H A D | gtk_expanded_container.cc | 44 GtkRequisition child_requisition; local 45 child_requisition.width = data->allocation->width - data->border_width * 2; 46 child_requisition.height = data->allocation->height - data->border_width * 2; 52 child, &child_requisition); 55 child_allocation.width = child_requisition.width; 56 child_allocation.height = child_requisition.height; 58 gtk_widget_get_child_requisition(child, &child_requisition); 60 child_allocation.width = child_requisition.width; 62 child_allocation.height = child_requisition.height;
|
H A D | gtk_floating_container.cc | 235 GtkRequisition child_requisition; local 242 gtk_widget_size_request(child->widget, &child_requisition); 245 child_allocation.width = std::max(1, std::min(child_requisition.width, 247 child_allocation.height = std::max(1, std::min(child_requisition.height,
|
/external/chromium_org/ui/gfx/ |
H A D | gtk_preserve_window.cc | 224 GtkRequisition child_requisition; local 225 gtk_widget_get_child_requisition(child->widget, &child_requisition); 230 child_allocation.width = child_requisition.width; 231 child_allocation.height = child_requisition.height;
|
Completed in 64 milliseconds