HomeSort by relevance Sort by last modified time
    Searched defs:FontList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
font_list.h 16 // FontList represents a list of fonts either in the form of Font vector or in
29 // FontList could be initialized either way without conversion to the other
33 // FontList allows operator= since FontList is a data member type in RenderText,
35 class UI_EXPORT FontList {
38 FontList();
42 explicit FontList(const std::string& font_description_string);
45 FontList(const std::vector<std::string>& font_names,
51 explicit FontList(const std::vector<Font>& fonts);
54 explicit FontList(const Font& font)
    [all...]
font_list.cc 73 FontList::FontList()
81 FontList::FontList(const std::string& font_description_string)
92 FontList::FontList(const std::vector<std::string>& font_names,
105 FontList::FontList(const std::vector<Font>& fonts)
122 FontList::FontList(const Font& font
    [all...]

Completed in 60 milliseconds