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

  /external/chromium_org/ui/gfx/
font_list.cc 204 return GetPrimaryFont().GetCapHeight();
217 return GetPrimaryFont().GetStringWidth(text);
222 return GetPrimaryFont().GetExpectedTextWidth(length);
272 const Font& FontList::GetPrimaryFont() const {
font_list.h 121 const Font& GetPrimaryFont() const;
render_text.h 178 const Font& GetPrimaryFont() const;
render_text.cc 394 const Font& RenderText::GetPrimaryFont() const {
395 return font_list_.GetPrimaryFont();
    [all...]
render_text_mac.cc 114 const Font& font = GetPrimaryFont();
render_text_unittest.cc     [all...]
render_text_win.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 268 const gfx::Font& Textfield::GetPrimaryFont() const {
269 return font_list_.GetPrimaryFont();
442 GetPrimaryFont().GetExpectedTextWidth(default_width_in_chars_)
textfield.h 146 const gfx::Font& GetPrimaryFont() const;
native_textfield_views.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 120 ellipsis_width_(font_list.GetPrimaryFont().GetStringWidth(
516 (*j)->GetPrimaryFont().DeriveFont(0, gfx::Font::BOLD) :
517 (*j)->GetPrimaryFont());
  /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/ui/views/controls/
label.cc 73 return font_list_.GetPrimaryFont();
label_unittest.cc 25 gfx::Font font_used = label.font_list().GetPrimaryFont();
35 gfx::Font font_used = label.font_list().GetPrimaryFont();
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 515 return GetFontList(style).GetPrimaryFont();

Completed in 453 milliseconds