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

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 484 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& clipRect)
488 m_webView->scrollBackingStore(core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 669 IntRect scrollViewRect = convertToContainingWindow(IntRect(0, 0, visibleWidth(), visibleHeight()));
674 scrollViewRect.setWidth(scrollViewRect.width() - verticalScrollbarWidth);
675 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
679 updateRect.intersect(scrollViewRect);
696 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect))
    [all...]

Completed in 1125 milliseconds