HomeSort by relevance Sort by last modified time
    Searched defs:font_family (Results 1 - 6 of 6) 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/components/dom_distiller/core/
distilled_page_prefs.cc 17 const char kFontPref[] = "dom_distiller.font_family";
55 int font_family = pref_service_->GetInteger(kFontPref); local
56 if (font_family < 0 || font_family >= DistilledPagePrefs::FONT_FAMILY_COUNT) {
62 return static_cast<FontFamily>(font_family);
  /external/chromium_org/extensions/browser/
renderer_startup_helper.cc 48 std::string font_family, font_size; local
49 fonts->GetString("fontfamily", &font_family);
52 font_family, font_size));
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 140 std::string font_family = l10n_util::GetStringUTF8(web_font_family_id); local
145 font_family = ui::ResourceBundle::GetSharedInstance().GetFont(
146 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
149 localized_strings->SetString("fontfamily", font_family);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 115 std::string font_family; local
116 const FontRenderParams params = gfx::GetFontRenderParams(query, &font_family);
117 InitFromDetails(skia::RefPtr<SkTypeface>(), font_family, local
252 const std::string& font_family,
258 font_family_ = font_family;
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 81 std::string font_family = base::UTF16ToUTF8( local
83 gfx::FontList::SetDefaultFontDescription(font_family);
88 gfx::PlatformFontPango::SetDefaultFontDescription(font_family);

Completed in 2206 milliseconds