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

  /external/chromium_org/ui/gfx/
font.cc 57 int Font::GetExpectedTextWidth(int length) const {
58 return platform_font_->GetExpectedTextWidth(length);
font_list.cc 106 int FontList::GetExpectedTextWidth(int length) const {
107 return impl_->GetExpectedTextWidth(length);
font_list_impl.cc 159 int FontListImpl::GetExpectedTextWidth(int length) const {
161 return GetPrimaryFont().GetExpectedTextWidth(length);
platform_font_pango.cc 181 int PlatformFontPango::GetExpectedTextWidth(int length) const {
platform_font_win.cc 156 int PlatformFontWin::GetExpectedTextWidth(int length) const {

Completed in 69 milliseconds