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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 73 void removeTile();
PlatformCALayerWinInternal.cpp 396 void PlatformCALayerWinInternal::removeTile()
433 removeTile();
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 70 void removeTile();
WebTiledLayer.cpp 211 void WebTiledLayer::removeTile()
248 removeTile();
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 89 void removeTile(const Tile::Coordinate& coordinate);
TiledBackingStore.cpp 284 removeTile(tilesToRemove[n]);
301 removeTile(toRemove[n]);
314 void TiledBackingStore::removeTile(const Tile::Coordinate& coordinate)
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 263 removeTile(tilesToRemove[n]);
377 removeTile(tilesToRemove[n]->coordinate());
501 removeTile(tilesToRemove[n]);
519 removeTile(toRemove[n]);
533 void TiledDrawingAreaProxy::removeTile(const TiledDrawingAreaTile::Coordinate& coordinate)
TiledDrawingAreaProxy.h 142 void removeTile(const TiledDrawingAreaTile::Coordinate& coordinate);

Completed in 168 milliseconds