Searched refs:font_family (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_truetype_font_list_pango.cc | 36 PangoFontFamily* font_family = font_families[i]; in GetFontsInFamily_SlowBlocking() local 37 if (family.compare(::pango_font_family_get_name(font_family)) == 0) { in GetFontsInFamily_SlowBlocking() 40 ::pango_font_family_list_faces(font_family, &font_faces, &num_faces); in GetFontsInFamily_SlowBlocking()
|
/external/chromium_org/ui/base/webui/ |
D | web_ui_util.cc | 141 std::string font_family = l10n_util::GetStringUTF8(web_font_family_id); in SetFontAndTextDirection() local 146 font_family = ui::ResourceBundle::GetSharedInstance().GetFont( in SetFontAndTextDirection() 147 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family; in SetFontAndTextDirection() 150 localized_strings->SetString("fontfamily", font_family); in SetFontAndTextDirection()
|
/external/chromium_org/ui/base/l10n/ |
D | l10n_util_win.cc | 23 void AdjustLogFont(const string16& font_family, in AdjustLogFont() argument 39 if (font_family != L"default") { in AdjustLogFont() 40 int name_len = std::min(static_cast<int>(font_family.size()), in AdjustLogFont() 42 memcpy(logfont->lfFaceName, font_family.data(), name_len * sizeof(WORD)); in AdjustLogFont()
|
/external/chromium_org/ui/gfx/ |
D | platform_font_pango.cc | 56 std::string font_family(reinterpret_cast<char*>(match_family)); in FindBestMatchFontFamilyName() 59 return font_family; in FindBestMatchFontFamilyName() 96 std::string font_family = FindBestMatchFontFamilyName(family_names); in PlatformFontPango() local 97 InitWithNameAndSize(font_family, gfx::GetPangoFontSizeInPixels(native_font)); in PlatformFontPango() 324 const std::string& font_family, in InitWithTypefaceNameSizeAndStyle() argument 328 font_family_ = font_family; in InitWithTypefaceNameSizeAndStyle()
|
D | platform_font_pango.h | 79 const std::string& font_family,
|
/external/chromium_org/chrome/renderer/extensions/ |
D | dispatcher.h | 173 void OnSetSystemFont(const std::string& font_family,
|
D | dispatcher.cc | 563 void Dispatcher::OnSetSystemFont(const std::string& font_family, in OnSetSystemFont() argument 565 system_font_family_ = font_family; in OnSetSystemFont()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.h | 424 STDMETHODIMP get_fontFamily(BSTR *font_family) { in get_fontFamily() argument
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 483 std::string font_family = prefs->GetString(pref_name.c_str()); in FillFontFamilyMap() local 484 if (!font_family.empty()) in FillFontFamilyMap() 485 (*map)[script] = UTF8ToUTF16(font_family); in FillFontFamilyMap()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_win.h | 701 CONTENT_EXPORT STDMETHODIMP get_fontFamily(BSTR *font_family) { in get_fontFamily() argument
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_service.cc | 2608 std::string font_family, font_size; in Observe() local 2609 fonts->GetString("fontfamily", &font_family); in Observe() 2612 font_family, font_size)); in Observe()
|