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

/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStoreClient.h30 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea) = 0;
H A DTiledBackingStore.cpp108 m_client->tiledBackingStorePaintEnd(paintedArea);
122 m_client->tiledBackingStorePaintEnd(paintedArea);
/external/webkit/Source/WebCore/page/
H A DFrame.h271 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea);
H A DFrame.cpp915 void Frame::tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea) function in class:WebCore::Frame
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp205 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea);
905 void GraphicsLayerQtImpl::tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea) function in class:WebCore::GraphicsLayerQtImpl

Completed in 49 milliseconds