OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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