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

  /external/chromium_org/ui/gfx/
font_fallback_mac.cc 15 const std::string& font_family) {
17 return std::vector<std::string>(1, font_family);
font_fallback.h 16 const std::string& font_family);
font_fallback_linux.cc 26 const std::string& font_family) {
28 &g_fallback_cache.Get()[font_family];
35 family.u.s = reinterpret_cast<const FcChar8*>(font_family.c_str());
57 fallback_fonts->push_back(font_family);
platform_font_pango.h 70 const std::string& font_family,
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;
font_fallback_win.cc 264 const std::string& font_family) {
266 internal::LinkedFontsIterator linked_fonts(Font(font_family, 10));
render_text_harfbuzz.cc     [all...]
  /external/chromium_org/components/dom_distiller/core/
viewer.cc 74 const std::string GetJsFontFamily(DistilledPagePrefs::FontFamily font_family) {
75 if (font_family == DistilledPagePrefs::SERIF) {
77 } else if (font_family == DistilledPagePrefs::MONOSPACE) {
84 const std::string GetFontCssClass(DistilledPagePrefs::FontFamily font_family) {
85 if (font_family == DistilledPagePrefs::SERIF) {
87 } else if (font_family == DistilledPagePrefs::MONOSPACE) {
109 const DistilledPagePrefs::FontFamily font_family) {
118 GetFontCssClass(font_family)); // $4
154 const DistilledPagePrefs::FontFamily font_family) {
163 title, unsafe_article_html, "visible", original_url, theme, font_family);
    [all...]
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);
viewer.h 33 const DistilledPagePrefs::FontFamily font_family);
44 const DistilledPagePrefs::FontFamily font_family);
62 const DistilledPagePrefs::FontFamily font_family);
distilled_page_prefs.h 63 void NotifyOnChangeFontFamily(FontFamily font_family);
distilled_page_prefs_android.cc 27 jint font_family) {
29 static_cast<DistilledPagePrefs::FontFamily>(font_family));
distilled_page_prefs_android.h 23 void SetFontFamily(JNIEnv* env, jobject obj, jint font_family);
  /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/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/l10n/
l10n_util_win.cc 25 void AdjustLogFont(const base::string16& font_family,
41 if (font_family != L"default") {
42 int name_len = std::min(static_cast<int>(font_family.size()),
44 memcpy(logfont->lfFaceName, font_family.data(), name_len * sizeof(WORD));
  /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/extensions/renderer/
dispatcher.h 188 void OnSetSystemFont(const std::string& font_family,
dispatcher.cc     [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DistilledPagePrefsView.java 107 mFontFamilySpinner = (Spinner) findViewById(R.id.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);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 700 CONTENT_EXPORT STDMETHODIMP get_fontFamily(BSTR *font_family) {

Completed in 1498 milliseconds