GetExpectedTextWidth 112 chrome/browser/ui/gtk/validation_message_bubble_gtk.cc int max_characters = kTextMaxWidth / sub_font.GetExpectedTextWidth(1); GetExpectedTextWidth 53 chrome/browser/ui/views/new_avatar_button.cc font_list.GetExpectedTextWidth(kMaxCharactersToDisplay), GetExpectedTextWidth 56 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc gfx::FontList().GetExpectedTextWidth(kMaxDisplayableStringWidth), GetExpectedTextWidth 268 ui/app_list/views/app_list_item_view.cc title_->font_list().GetExpectedTextWidth(kLeftRightPaddingChars); GetExpectedTextWidth 480 ui/app_list/views/app_list_item_view.cc title_->font_list().GetExpectedTextWidth(kLeftRightPaddingChars); GetExpectedTextWidth 19 ui/base/l10n/l10n_font_util.cc int width = font.GetExpectedTextWidth(static_cast<int>(chars)); GetExpectedTextWidth 205 ui/gfx/canvas_skia.cc *width = font_list.GetExpectedTextWidth(adjusted_text.length()); GetExpectedTextWidth 58 ui/gfx/font.cc return platform_font_->GetExpectedTextWidth(length); GetExpectedTextWidth 82 ui/gfx/font.h int GetExpectedTextWidth(int length) const; GetExpectedTextWidth 86 ui/gfx/font_list.cc return impl_->GetExpectedTextWidth(length); GetExpectedTextWidth 101 ui/gfx/font_list.h int GetExpectedTextWidth(int length) const; GetExpectedTextWidth 161 ui/gfx/font_list_impl.cc return GetPrimaryFont().GetExpectedTextWidth(length); GetExpectedTextWidth 68 ui/gfx/font_list_impl.h int GetExpectedTextWidth(int length) const; GetExpectedTextWidth 103 ui/gfx/font_unittest.cc EXPECT_EQ(cf.GetExpectedTextWidth(0), 0); GetExpectedTextWidth 104 ui/gfx/font_unittest.cc EXPECT_GT(cf.GetExpectedTextWidth(1), cf.GetExpectedTextWidth(0)); GetExpectedTextWidth 105 ui/gfx/font_unittest.cc EXPECT_GT(cf.GetExpectedTextWidth(2), cf.GetExpectedTextWidth(1)); GetExpectedTextWidth 106 ui/gfx/font_unittest.cc EXPECT_GT(cf.GetExpectedTextWidth(3), cf.GetExpectedTextWidth(2)); GetExpectedTextWidth 51 ui/gfx/platform_font.h virtual int GetExpectedTextWidth(int length) const = 0; GetExpectedTextWidth 24 ui/gfx/platform_font_ios.h virtual int GetExpectedTextWidth(int length) const OVERRIDE; GetExpectedTextWidth 26 ui/gfx/platform_font_mac.h virtual int GetExpectedTextWidth(int length) const OVERRIDE; GetExpectedTextWidth 53 ui/gfx/platform_font_pango.h virtual int GetExpectedTextWidth(int length) const OVERRIDE; GetExpectedTextWidth 61 ui/gfx/platform_font_win.h virtual int GetExpectedTextWidth(int length) const OVERRIDE; GetExpectedTextWidth 90 ui/gfx/render_text.cc const int average_character_width = font_list.GetExpectedTextWidth(1); GetExpectedTextWidth 138 ui/gfx/text_elider_unittest.cc font_list.GetExpectedTextWidth(test_width_factors[i]); GetExpectedTextWidth 479 ui/views/controls/textfield/textfield.cc return gfx::Size(GetFontList().GetExpectedTextWidth(default_width_in_chars_) +