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_linux.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/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/chrome/browser/ssl/
ssl_blocking_page.cc 261 std::string font_family = l10n_util::GetStringUTF8(IDS_WEB_FONT_FAMILY); local
264 font_family = l10n_util::GetStringUTF8(IDS_WEB_FONT_FAMILY_XP);
268 font_family = ui::ResourceBundle::GetSharedInstance().GetFont(
269 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
271 strings.SetString("fontfamily", font_family);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 57 std::string font_family(reinterpret_cast<char*>(match_family));
60 return font_family;
116 std::string font_family = FindBestMatchFontFamilyName(family_names); local
117 InitWithNameAndSize(font_family, gfx::GetPangoFontSizeInPixels(native_font));
291 const std::string& font_family,
295 font_family_ = font_family;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 477 std::string font_family = prefs->GetString(pref_name.c_str()); local
478 if (!font_family.empty())
479 (*map)[script] = UTF8ToUTF16(font_family);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 2850 std::string font_family, font_size; local
    [all...]

Completed in 203 milliseconds