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

  /external/webkit/Source/WebCore/platform/graphics/android/
TextureOwner.h 45 virtual bool isRepaintPending() = 0;
BaseTile.h 117 bool isRepaintPending();
TiledPage.cpp 196 && !currentTile->isRepaintPending()) {
BaseTile.cpp 235 bool BaseTile::isRepaintPending()
TiledTexture.cpp 209 if (tile->backTexture() && tile->isDirty() && !tile->isRepaintPending() && hasPicture) {

Completed in 236 milliseconds