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

  /external/chromium_org/ui/base/resource/
resource_bundle.h 236 const gfx::FontList& GetFontList(FontStyle style);
resource_bundle.cc 461 const gfx::FontList& ResourceBundle::GetFontList(FontStyle style) {
487 return GetFontList(style).GetPrimaryFont();
resource_bundle_unittest.cc 323 &resource_bundle->GetFontList(ui::ResourceBundle::BaseFont);
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 43 return ResourceBundle::GetSharedInstance().GetFontList(
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 250 gfx::FontList font_list = ResourceBundle::GetSharedInstance().GetFontList(
    [all...]

Completed in 393 milliseconds