Searched defs:GetPrimaryFont (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_list.cc126 const Font& FontList::GetPrimaryFont() const { function in class:gfx::FontList
127 return impl_->GetPrimaryFont();
H A Dfont_list_impl.cc156 return GetPrimaryFont().GetCapHeight();
161 return GetPrimaryFont().GetExpectedTextWidth(length);
218 const Font& FontListImpl::GetPrimaryFont() const { function in class:gfx::FontListImpl

Completed in 219 milliseconds