Searched defs:FontListImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_list_impl.h17 // FontListImpl is designed to provide the implementation of FontList and
21 // FontListImpl represents a list of fonts either in the form of Font vector or
24 // FontListImpl could be initialized either way without conversion to the other
29 class FontListImpl : public base::RefCounted<FontListImpl> { class in namespace:gfx
33 explicit FontListImpl(const std::string& font_description_string);
36 FontListImpl(const std::vector<std::string>& font_names,
42 explicit FontListImpl(const std::vector<Font>& fonts);
45 explicit FontListImpl(const Font& font);
47 // Returns a new FontListImpl wit
[all...]
H A Dfont_list_impl.cc74 FontListImpl::FontListImpl(const std::string& font_description_string) function in class:gfx::FontListImpl
85 FontListImpl::FontListImpl(const std::vector<std::string>& font_names, function in class:gfx::FontListImpl
98 FontListImpl::FontListImpl(const std::vector<Font>& fonts) function in class:gfx::FontListImpl
115 FontListImpl::FontListImpl(const Font& font) function in class:gfx::FontListImpl
123 FontListImpl* FontListImpl
[all...]

Completed in 98 milliseconds