Home
last modified time | relevance | path

Searched refs:scrollbarRect (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderDataGrid.cpp207 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView()
211 return scrollbarRect; in convertFromScrollbarToContainingView()
213 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()
DRenderLayerBacking.cpp1226 const IntRect& scrollbarRect = scrollbar->frameRect(); in paintIntoLayer() local
1227 context.translate(-scrollbarRect.x(), -scrollbarRect.y()); in paintIntoLayer()
1229 transformedClip.move(scrollbarRect.x(), scrollbarRect.y()); in paintIntoLayer()
DRenderListBox.cpp709 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView()
713 return scrollbarRect; in convertFromScrollbarToContainingView()
715 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()
DRenderLayerCompositor.cpp1680 const IntRect& scrollbarRect = scrollbar->frameRect(); local
1681 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
1683 transformedClip.move(scrollbarRect.x(), scrollbarRect.y());
DRenderLayer.cpp1790 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in scrollTo()
1794 return scrollbarRect; in scrollTo()
1796 IntRect rect = scrollbarRect; in scrollTo()
/external/webkit/Source/WebCore/platform/
DScrollableArea.h100 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView() argument
102 return scrollbar->Widget::convertToContainingView(scrollbarRect); in convertFromScrollbarToContainingView()
DScrollView.cpp918 IntRect scrollbarRect = scrollbar->frameRect(); in wheelEvent() local
919 graphicsLayer->setPosition(scrollbarRect.location()); in wheelEvent()
920 if (scrollbarRect.size() != graphicsLayer->size()) in wheelEvent()
922 graphicsLayer->setSize(scrollbarRect.size()); in wheelEvent()