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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 82 unsigned generation() const { return m_generation; }
125 unsigned short m_generation; member in class:blink::FontFallbackList
FontFallbackList.cpp 47 , m_generation(FontCache::fontCache()->generation())
65 m_generation = FontCache::fontCache()->generation();
237 ASSERT(FontCache::fontCache()->generation() == m_generation);

Completed in 37 milliseconds