Searched refs:font_height (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc70 int title_y = (height() - font_height()) / 2;
75 font_height());
H A Dbase_tab.h145 static int font_height() { return font_height_; } function in class:BaseTab
H A Dtab.cc236 int content_height = std::max(kFaviconSize, font_height());
282 int title_top = kTopPadding + (content_height - font_height()) / 2;
289 int text_height = title_top + font_height() + kBottomPadding;
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height());
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DSimpleFontDataHaiku.cpp49 font_height height;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc511 int font_height = GetFontHeight(); local
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2),
514 0), font_height);

Completed in 154 milliseconds