OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_requisition
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
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;
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,
Completed in 2567 milliseconds