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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.h 67 void updateTile(int tileID, const WebCore::IntRect& dirtyRect, float scale);
TiledDrawingArea.cpp 137 void TiledDrawingArea::updateTile(int tileID, const IntRect& dirtyRect, float scale)
156 updateTile(update.tileID, update.dirtyRect, update.scale);

Completed in 52 milliseconds