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

  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 236 int content_height = std::max(kFaviconSize, font_height()); local
238 content_height = std::max(content_height, close_button_size.height());
244 int favicon_top = kTopPadding + content_height / 2 - kFaviconSize / 2;
270 (content_height - close_button_size.height()) / 2;
282 int title_top = kTopPadding + (content_height - font_height()) / 2;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 476 int content_height = std::max(kFaviconSize, title_font_height_); local
477 return std::max(content_height, close_button_height_);
672 int content_height = GetContentHeight(); local
677 int favicon_top = kTopPadding + (content_height - kFaviconSize) / 2;
702 (content_height - close_button_height_) / 2;
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
    [all...]

Completed in 665 milliseconds