Searched refs:isReadyToPaint (Results 1 – 8 of 8) sorted by relevance
70 bool TiledDrawingAreaTile::isReadyToPaint() const in isReadyToPaint() function in WebKit::TiledDrawingAreaTile143 if (isReadyToPaint() && !isDirty()) in updateBackBuffer()
54 bool isReadyToPaint() const;
142 if (currentTile && currentTile->isReadyToPaint()) in paint()
58 bool isReadyToPaint() const;
294 … if (current->isReadyToPaint() && (current->isDirty() || current->hasBackBufferUpdatePending())) in tileBufferUpdateComplete()343 if (currentTile && currentTile->isReadyToPaint()) in paint()445 if (!distance && (!tile || !tile->isReadyToPaint())) in createTiles()
80 bool Tile::isReadyToPaint() const in isReadyToPaint() function in WebCore::Tile
18603 (WebKit::TiledDrawingAreaTile::isReadyToPaint):
36120 (WebCore::Tile::isReadyToPaint):