Searched refs:m_generation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockBox.h132 uint8_t generation() const { return m_generation; }
151 uint8_t m_generation; member in class:WebCore::final
H A DMockBox.cpp131 m_generation = view->get<uint8_t>(29, true);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.h88 unsigned generation() const { return m_generation; }
110 unsigned short m_generation; member in class:WebCore::FontGlyphs
H A DFontGlyphs.cpp45 , m_generation(fontCache().generation())
58 , m_generation(fontCache().generation())
120 ASSERT(fontCache().generation() == m_generation);

Completed in 133 milliseconds