Searched defs:font_top (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_header.cc50 int font_top = 1; local
51 canvas->DrawStringInt(title_, font, 0xFF000000, 3, font_top,
52 size().width(), size().height() - font_top);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc2265 const int font_top = client_rect.top + font_y_adjustment_; local
2270 font_top + font_.GetBaseline() - font_x_height_ -
2273 font_top + font_.GetBaseline() +
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_win.cc2518 const int font_top = client_rect.top + font_y_adjustment_; local
2525 font_top + font_ascent - font_x_height_ - kAdditionalSpaceOutsideFont,
2527 font_top + font_ascent + kAdditionalSpaceOutsideFont);

Completed in 79 milliseconds