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 77 std::string Font::GetFontName() const {
78 return platform_font_->GetFontName();
platform_font_pango.cc 215 std::string PlatformFontPango::GetFontName() const {
231 pango_font_description_set_family(pfd, GetFontName().c_str());
platform_font_win.cc 166 std::string PlatformFontWin::GetFontName() const {
180 return GetFontName();
189 return GetFontName();

Completed in 36 milliseconds