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

  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 460 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& clipRect)
464 m_webView->scrollBackingStore(core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect);
  /external/webkit/WebCore/platform/
ScrollView.cpp 503 IntRect scrollViewRect = convertToContainingWindow(IntRect(0, 0, visibleWidth(), visibleHeight()));
505 updateRect.intersect(scrollViewRect);
520 hostWindow()->scroll(-scrollDelta, scrollViewRect, clipRect);
    [all...]

Completed in 27 milliseconds