Home
last modified time | relevance | path

Searched refs:m_generation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFontFallbackList.cpp45 , m_generation(fontCache()->generation()) in FontFallbackList()
60 m_generation = fontCache()->generation(); in invalidate()
104 ASSERT(fontCache()->generation() == m_generation); in fontDataAt()
124 ASSERT(fontCache()->generation() == m_generation); in fontDataForCharacters()
134 ASSERT(fontCache()->generation() == m_generation); in setPlatformFont()
DFontFallbackList.h56 unsigned generation() const { return m_generation; } in generation()
85 unsigned m_generation; variable
/external/webkit/WebCore/platform/graphics/qt/
DFontFallbackListQt.cpp42 , m_generation(0) in FontFallbackList()
57 m_generation = 0; in invalidate()
/external/webkit/WebKit/android/nav/
DWebView.cpp155 m_generation = 0; in WebView()
610 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) { in getFrameCache()
612 " < m_generation=%d", m_viewImpl->m_lastGeneration, m_generation); in getFrameCache()
1195 m_viewImpl->m_touchGeneration = m_viewImpl->m_generation = ++m_generation; in sendMotionUp()
1197 m_generation, framePtr, nodePtr, x, y); in sendMotionUp()
1201 m_generation, (jint) framePtr, (jint) nodePtr, x, y); in sendMotionUp()
1350 int m_generation; // associate unique ID with sent kit focus to match with ui member in android::WebView
/external/webkit/WebKit/android/jni/
DWebViewCore.h416 int m_generation; // copy of the number bumped by WebViewNative variable
DWebViewCore.cpp222 m_generation = 0; in WebViewCore()
/external/webkit/WebCore/
DChangeLog-2008-08-106525 m_generation.
6527 m_generation.