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

  /external/chromium_org/ui/gfx/
font_list.cc 126 const Font& FontList::GetPrimaryFont() const {
127 return impl_->GetPrimaryFont();
font_list_impl.cc 156 return GetPrimaryFont().GetCapHeight();
161 return GetPrimaryFont().GetExpectedTextWidth(length);
218 const Font& FontListImpl::GetPrimaryFont() const {

Completed in 33 milliseconds