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

  /external/chromium_org/ui/gfx/
font_fallback_win.h 72 const std::vector<Font>* linked_fonts_; member in class:gfx::LinkedFontsIterator
74 // Index of the current entry in the |linked_fonts_| list.
font_fallback_win.cc 191 linked_fonts_(NULL),
213 if (linked_fonts_ == NULL)
214 linked_fonts_ = GetLinkedFonts();
216 if (linked_font_index_ == linked_fonts_->size())
219 current_font_ = linked_fonts_->at(linked_font_index_++);

Completed in 155 milliseconds