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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 210 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/
runtime.cc     [all...]

Completed in 243 milliseconds