HomeSort by relevance Sort by last modified time
    Searched defs:GetPrimaryFont (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
font_list.cc 204 return GetPrimaryFont().GetCapHeight();
217 return GetPrimaryFont().GetStringWidth(text);
222 return GetPrimaryFont().GetExpectedTextWidth(length);
272 const Font& FontList::GetPrimaryFont() const {
render_text.cc 394 const Font& RenderText::GetPrimaryFont() const {
395 return font_list_.GetPrimaryFont();
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 268 const gfx::Font& Textfield::GetPrimaryFont() const {
269 return font_list_.GetPrimaryFont();
442 GetPrimaryFont().GetExpectedTextWidth(default_width_in_chars_)

Completed in 148 milliseconds