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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 648 int actual_content_width, actual_content_height; local
650 &actual_content_width, &actual_content_height);
652 actual_content_height /= PANGO_SCALE;
654 // DCHECK_LT(actual_content_height, kHeightPerResult); // Font is too tall.
657 line_rect.y() + ((kHeightPerResult - actual_content_height) / 2));
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 691 int actual_content_width, actual_content_height; local
693 &actual_content_width, &actual_content_height);
695 actual_content_height /= PANGO_SCALE;
697 // DCHECK_LT(actual_content_height, kHeightPerResult); // Font is too tall.
700 line_rect.y() + ((kHeightPerResult - actual_content_height) / 2));

Completed in 705 milliseconds