HomeSort by relevance Sort by last modified time
    Searched defs:GetFontName (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
font.cc 65 std::string Font::GetFontName() const {
66 return platform_font_->GetFontName();
platform_font_pango.cc 190 std::string PlatformFontPango::GetFontName() const {
210 pango_font_description_set_family(pfd, GetFontName().c_str());
platform_font_win.cc 165 std::string PlatformFontWin::GetFontName() const {
179 return GetFontName();
188 return GetFontName();

Completed in 74 milliseconds