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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_pango.cc 36 PangoFontFamily* font_family = font_families[i]; local
37 if (family.compare(::pango_font_family_get_name(font_family)) == 0) {
40 ::pango_font_family_list_faces(font_family, &font_faces, &num_faces);
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 141 std::string font_family = l10n_util::GetStringUTF8(web_font_family_id); local
146 font_family = ui::ResourceBundle::GetSharedInstance().GetFont(
147 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
150 localized_strings->SetString("fontfamily", font_family);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 56 std::string font_family(reinterpret_cast<char*>(match_family));
59 return font_family;
96 std::string font_family = FindBestMatchFontFamilyName(family_names); local
97 InitWithNameAndSize(font_family, gfx::GetPangoFontSizeInPixels(native_font));
324 const std::string& font_family,
328 font_family_ = font_family;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 483 std::string font_family = prefs->GetString(pref_name.c_str()); local
484 if (!font_family.empty())
485 (*map)[script] = UTF8ToUTF16(font_family);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 2608 std::string font_family, font_size; local
    [all...]

Completed in 134 milliseconds