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

/external/chromium_org/ui/gfx/
H A Dfont.cc69 int Font::GetExpectedTextWidth(int length) const { function in class:gfx::Font
70 return platform_font_->GetExpectedTextWidth(length);
H A Dfont_list.cc220 int FontList::GetExpectedTextWidth(int length) const { function in class:gfx::FontList
222 return GetPrimaryFont().GetExpectedTextWidth(length);
H A Dplatform_font_pango.cc206 int PlatformFontPango::GetExpectedTextWidth(int length) const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc157 int PlatformFontWin::GetExpectedTextWidth(int length) const { function in class:gfx::PlatformFontWin

Completed in 122 milliseconds