HomeSort by relevance Sort by last modified time
    Searched refs:isReadyToPaint (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Tile.h 54 bool isReadyToPaint() const;
TiledBackingStore.cpp 142 if (currentTile && currentTile->isReadyToPaint())
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 70 bool TiledDrawingAreaTile::isReadyToPaint() const
143 if (isReadyToPaint() && !isDirty())
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaTile.h 58 bool isReadyToPaint() const;
TiledDrawingAreaProxy.cpp 294 if (current->isReadyToPaint() && (current->isDirty() || current->hasBackBufferUpdatePending()))
343 if (currentTile && currentTile->isReadyToPaint())
445 if (!distance && (!tile || !tile->isReadyToPaint()))
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 80 bool Tile::isReadyToPaint() const

Completed in 78 milliseconds