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

  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 107 int alternate_y = y - menu_req->height; local
109 alternate_y -= widget->allocation.height;
110 if (menu_bottom >= screen_bottom && alternate_y >= screen_top)
111 return alternate_y;
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 111 int alternate_y = y - menu_req->height; local
115 alternate_y -= allocation.height;
117 if (menu_bottom >= screen_bottom && alternate_y >= screen_top)
118 return alternate_y;
    [all...]

Completed in 63 milliseconds