HomeSort by relevance Sort by last modified time
    Searched full:actual_content_width (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);
651 actual_content_width /= PANGO_SCALE;
661 (text_width - actual_content_width),
666 (text_width - actual_content_width) * PANGO_SCALE);
682 (kIconAreaWidth + actual_content_width) :
683 (text_width - actual_content_width -

Completed in 61 milliseconds