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

/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_custom_menu_item.cc210 GtkAllocation first_allocation; local
211 gtk_widget_get_allocation(first_button, &first_allocation);
217 int x = first_allocation.x;
218 int y = first_allocation.y;
219 int width = last_allocation.width + last_allocation.x - first_allocation.x;
/external/v8/src/
H A Druntime.cc7989 bool first_allocation = !shared->live_objects_may_exist();
7993 if (first_allocation && !shared->IsInobjectSlackTrackingInProgress()) {

Completed in 416 milliseconds