HomeSort by relevance Sort by last modified time
    Searched defs:updateRect (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 92 IntRect updateRect = updateInfo.updateRects[i];
93 IntRect srcRect = updateRect;
96 bitmap->paint(graphicsContext, updateRect.location(), srcRect);
  /external/webkit/Source/WebKit/wince/
WebView.cpp 250 RECT updateRect;
251 if (!GetUpdateRect(hWnd, &updateRect, false))
257 IntRect clipRect(updateRect);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 678 IntRect updateRect = clipRect;
679 updateRect.intersect(scrollViewRect);
682 hostWindow()->invalidateWindow(updateRect, false /*immediate*/);
697 scrollContentsSlowPath(updateRect);
701 scrollContentsSlowPath(updateRect);
726 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect)
728 hostWindow()->invalidateContentsForSlowScroll(updateRect, false);
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]

Completed in 70 milliseconds