Searched refs:m_generation (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | FontFallbackList.cpp | 45 , 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()
|
D | FontFallbackList.h | 56 unsigned generation() const { return m_generation; } in generation() 85 unsigned m_generation; variable
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontFallbackListQt.cpp | 42 , m_generation(0) in FontFallbackList() 57 m_generation = 0; in invalidate()
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 155 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/ |
D | WebViewCore.h | 416 int m_generation; // copy of the number bumped by WebViewNative variable
|
D | WebViewCore.cpp | 222 m_generation = 0; in WebViewCore()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 6525 m_generation. 6527 m_generation.
|