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

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp193 QPixmap recache(const QRegion&);
391 QPixmap GraphicsLayerQtImpl::recache(const QRegion& regionToUpdate) function in class:WebCore::GraphicsLayerQtImpl
644 // We might need to recache, in case we try to paint and the cache was purged (e.g. if it was full).
646 backingStore = recache(QRegion(m_state.contentsRect));
837 recache(m_pendingContent.regionToUpdate);

Completed in 38 milliseconds