Home
last modified time | relevance | path

Searched refs:incWebkitContentUpdates (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.h138 unsigned int incWebkitContentUpdates() { return m_webkitContentUpdates++; } in incWebkitContentUpdates() function
DSurfaceCollection.cpp64 unsigned int updateCount = TilesManager::instance()->incWebkitContentUpdates(); in SurfaceCollection()