Home
last modified time | relevance | path

Searched refs:isReadyToPaint (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/qt/
DTiledDrawingAreaTileQt.cpp70 bool TiledDrawingAreaTile::isReadyToPaint() const in isReadyToPaint() function in WebKit::TiledDrawingAreaTile
143 if (isReadyToPaint() && !isDirty()) in updateBackBuffer()
/external/webkit/Source/WebCore/platform/graphics/
DTile.h54 bool isReadyToPaint() const;
DTiledBackingStore.cpp142 if (currentTile && currentTile->isReadyToPaint()) in paint()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaTile.h58 bool isReadyToPaint() const;
DTiledDrawingAreaProxy.cpp294 … if (current->isReadyToPaint() && (current->isDirty() || current->hasBackBufferUpdatePending())) in tileBufferUpdateComplete()
343 if (currentTile && currentTile->isReadyToPaint()) in paint()
445 if (!distance && (!tile || !tile->isReadyToPaint())) in createTiles()
/external/webkit/Source/WebCore/platform/graphics/qt/
DTileQt.cpp80 bool Tile::isReadyToPaint() const in isReadyToPaint() function in WebCore::Tile
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618603 (WebKit::TiledDrawingAreaTile::isReadyToPaint):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436120 (WebCore::Tile::isReadyToPaint):