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

  /external/chromium_org/ui/gfx/
pango_util.h 78 // sets the font description based on |font_description|.
82 const std::string& font_description,
pango_util.cc 296 const std::string& font_description,
303 pango_font_description_from_string(font_description.c_str()));
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 191 gfx::ScopedPangoFontDescription font_description(font.GetNativeFont());
192 pango_layout_set_font_description(layout_, font_description.get());
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 92 const base::ListValue* font_description = NULL; local
93 bool success = (*it)->GetAsList(&font_description);
97 success = font_description->GetString(1, &font_name);

Completed in 127 milliseconds