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

  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 85 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
94 srcRect.move(-updateRectLocation.x(), -updateRectLocation.y());
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 102 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
110 srcRect.move(-updateRectLocation.x(), -updateRectLocation.y());

Completed in 137 milliseconds