HomeSort by relevance Sort by last modified time
    Searched full:actual_content_height (Results 1 - 1 of 1) 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));

Completed in 155 milliseconds