HomeSort by relevance Sort by last modified time
    Searched refs:scrollRect (Results 26 - 43 of 43) sorted by null

12

  /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/WebKit/chromium/src/
WebPopupMenuImpl.cpp 301 const IntRect& scrollRect,
WebPluginContainerImpl.cpp 280 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect)
ChromeClientImpl.cpp 548 const IntSize& scrollDelta, const IntRect& scrollRect,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 116 virtual void scroll(const WebCore::IntSize& scrollOffset, const WebCore::IntRect& scrollRect, const WebCore::IntRect& clipRect);
WebChromeClient.cpp 369 void WebChromeClient::scroll(const IntSize& scrollOffset, const IntRect& scrollRect, const IntRect& clipRect)
372 m_page->drawingArea()->scroll(intersection(scrollRect, clipRect), scrollOffset);
  /external/skia/include/core/
SkBitmap.h 393 bool scrollRect(const SkIRect* subset, int dx, int dy,
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 148 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
WebPopupMenuProxyWin.cpp 507 IntRect scrollRect = rect;
508 scrollRect.move(scrollbar->x(), scrollbar->y());
509 RECT r = scrollRect;
WebView.cpp 934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
937 setViewNeedsDisplay(scrollRect);
    [all...]
  /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/WebKit2/UIProcess/gtk/
WebView.cpp 372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset)
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 232 void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
    [all...]
WebPageProxy.cpp 588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
590 m_pageClient->scrollView(scrollRect, scrollOffset);
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 877 bm.scrollRect(&r, dx, dy, &inval);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 1178 milliseconds

12