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

/external/webkit/WebCore/platform/graphics/
H A DFontFallbackList.cpp45 , m_generation(fontCache()->generation())
60 m_generation = fontCache()->generation();
104 ASSERT(fontCache()->generation() == m_generation);
124 ASSERT(fontCache()->generation() == m_generation);
134 ASSERT(fontCache()->generation() == m_generation);
H A DFontFallbackList.h56 unsigned generation() const { return m_generation; }
85 unsigned m_generation; member in class:WebCore::FontFallbackList
/external/webkit/WebKit/android/nav/
H A DWebView.cpp174 m_generation = 0;
530 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) {
532 " < m_generation=%d", m_viewImpl->m_lastGeneration, m_generation);
1010 m_viewImpl->m_touchGeneration = ++m_generation;
1011 DBG_NAV_LOGD("m_generation=%d framePtr=%p nodePtr=%p x=%d y=%d",
1012 m_generation, framePtr, nodePtr, x, y);
1016 m_generation, (jint) framePtr, (jint) nodePtr, x, y);
1132 int m_generation; // associate unique ID with sent kit focus to match with ui member in class:android::WebView

Completed in 69 milliseconds