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

  /external/chromium_org/ui/gfx/
font_fallback_win.h 35 class GFX_EXPORT LinkedFontsIterator {
39 explicit LinkedFontsIterator(Font font);
40 virtual ~LinkedFontsIterator();
76 DISALLOW_COPY_AND_ASSIGN(LinkedFontsIterator);
font_fallback_win_unittest.cc 12 // Subclass of LinkedFontsIterator for testing that allows mocking the linked
14 class TestLinkedFontsIterator : public internal::LinkedFontsIterator {
16 explicit TestLinkedFontsIterator(Font font) : LinkedFontsIterator(font) {
85 TEST(FontFallbackWinTest, LinkedFontsIterator) {
font_fallback_win.cc 206 LinkedFontsIterator::LinkedFontsIterator(Font font)
214 LinkedFontsIterator::~LinkedFontsIterator() {
217 void LinkedFontsIterator::SetNextFont(Font font) {
222 bool LinkedFontsIterator::NextFont(Font* font) {
242 const std::vector<Font>* LinkedFontsIterator::GetLinkedFonts() const {
265 // LinkedFontsIterator doesn't care about the font size, so we always pass 10.
266 internal::LinkedFontsIterator linked_fonts(Font(font_family, 10));
render_text_win.cc     [all...]

Completed in 283 milliseconds