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

  /external/chromium_org/ui/gfx/
font_list.h 107 const Font& GetPrimaryFont() const;
font_list.cc 190 return GetPrimaryFont().GetStringWidth(text);
195 return GetPrimaryFont().GetExpectedTextWidth(length);
245 const Font& FontList::GetPrimaryFont() const {
render_text.h 148 const Font& GetPrimaryFont() const;
render_text.cc 363 const Font& RenderText::GetPrimaryFont() const {
364 return font_list_.GetPrimaryFont();
888 int gradient_width = CalculateFadeGradientWidth(GetPrimaryFont(),
    [all...]
render_text_mac.cc 110 const Font& font = GetPrimaryFont();
render_text_unittest.cc     [all...]
render_text_win.cc 581 run->font = GetPrimaryFont();
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 282 const gfx::Font& Textfield::GetPrimaryFont() const {
283 return font_list_.GetPrimaryFont();
447 GetPrimaryFont().GetExpectedTextWidth(default_width_in_chars_)
textfield.h 145 const gfx::Font& GetPrimaryFont() const;
native_textfield_win.cc 255 textfield_->GetPrimaryFont().GetNativeFont()),
    [all...]
native_textfield_views.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 120 ellipsis_width_(font_list.GetPrimaryFont().GetStringWidth(
517 (*j)->GetPrimaryFont().DeriveFont(0, gfx::Font::BOLD) :
518 (*j)->GetPrimaryFont());
omnibox_view_win.cc 507 gfx::NativeFont native_font(font_list_.GetPrimaryFont().GetNativeFont());
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 287 const gfx::Font& font = textfield_->GetPrimaryFont();
326 const gfx::Font& font = textfield_->GetPrimaryFont();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 132 const gfx::Font& font = font_list->GetPrimaryFont();
261 const gfx::Font& font = font_list.GetPrimaryFont();
273 const gfx::Font& bubble_font = font_list.GetPrimaryFont();
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 487 return GetFontList(style).GetPrimaryFont();

Completed in 814 milliseconds