Searched defs:GetExpectedTextWidth (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont.cc57 int Font::GetExpectedTextWidth(int length) const { function in class:gfx::Font
58 return platform_font_->GetExpectedTextWidth(length);
H A Dfont_list.cc106 int FontList::GetExpectedTextWidth(int length) const { function in class:gfx::FontList
107 return impl_->GetExpectedTextWidth(length);
H A Dfont_list_impl.cc159 int FontListImpl::GetExpectedTextWidth(int length) const { function in class:gfx::FontListImpl
161 return GetPrimaryFont().GetExpectedTextWidth(length);
H A Dplatform_font_pango.cc181 int PlatformFontPango::GetExpectedTextWidth(int length) const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc156 int PlatformFontWin::GetExpectedTextWidth(int length) const { function in class:gfx::PlatformFontWin

Completed in 484 milliseconds