OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_allocation
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc
214
GtkAllocation
last_allocation
;
local
215
gtk_widget_get_allocation(last_button, &
last_allocation
);
219
int width =
last_allocation
.width +
last_allocation
.x - first_allocation.x;
220
int height =
last_allocation
.height;
Completed in 391 milliseconds