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

  /external/skia/src/core/
SkBitmap_scroll.cpp 11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy,
19 tmp.scrollRect(NULL, dx, dy, inval);
  /external/webkit/Source/WebKit2/Shared/
UpdateInfo.h 53 WebCore::IntRect scrollRect;
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 280 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect)
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 718 IntRect scrollRect = rect;
719 scrollRect.move(scrollbar->x(), scrollbar->y());
720 RECT r = scrollRect;
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(),
334 m_vBar->setFrameRect(scrollRect);
704 IntRect scrollRect = rect;
705 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
706 repaintRectangle(scrollRect);
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 507 IntRect scrollRect = rect;
508 scrollRect.move(scrollbar->x(), scrollbar->y());
509 RECT r = scrollRect;

Completed in 337 milliseconds