Home
last modified time | relevance | path

Searched refs:LinkedFontsIterator (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Dfont_fallback_win.h36 class GFX_EXPORT LinkedFontsIterator {
40 explicit LinkedFontsIterator(Font font);
41 virtual ~LinkedFontsIterator();
77 DISALLOW_COPY_AND_ASSIGN(LinkedFontsIterator);
Dfont_fallback_win.cc188 LinkedFontsIterator::LinkedFontsIterator(Font font) in LinkedFontsIterator() function in gfx::LinkedFontsIterator
196 LinkedFontsIterator::~LinkedFontsIterator() { in ~LinkedFontsIterator()
199 void LinkedFontsIterator::SetNextFont(Font font) { in SetNextFont()
204 bool LinkedFontsIterator::NextFont(Font* font) { in NextFont()
224 const std::vector<Font>* LinkedFontsIterator::GetLinkedFonts() const { in GetLinkedFonts()
Dfont_fallback_win_unittest.cc14 class TestLinkedFontsIterator : public LinkedFontsIterator {
16 explicit TestLinkedFontsIterator(Font font) : LinkedFontsIterator(font) { in TestLinkedFontsIterator()
85 TEST(FontFallbackWinTest, LinkedFontsIterator) { in TEST() argument
Drender_text_win.cc1052 LinkedFontsIterator fonts(original_font); in LayoutTextRun()