Searched refs:scrollbarRect (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/renderer/ |
D | webscrollbarbehavior_impl_gtkoraura.cc | 26 const blink::WebRect& scrollbarRect, in shouldSnapBackToDragOrigin() argument 37 gfx::Rect noSnapRect(scrollbarRect); in shouldSnapBackToDragOrigin()
|
D | webscrollbarbehavior_impl_gtkoraura.h | 19 const blink::WebRect& scrollbarRect,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebScrollbarBehavior.h | 23 …shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, bool isHorizo… in shouldSnapBackToDragOrigin() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollableArea.h | 129 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView() argument 131 return scrollbar->Widget::convertToContainingView(scrollbarRect); in convertFromScrollbarToContainingView()
|
D | ScrollView.cpp | 724 IntRect scrollbarRect = scrollbar->frameRect(); in positionScrollbarLayer() local 725 graphicsLayer->setPosition(scrollbarRect.location()); in positionScrollbarLayer() 727 if (scrollbarRect.size() == graphicsLayer->size()) in positionScrollbarLayer() 730 graphicsLayer->setSize(scrollbarRect.size()); in positionScrollbarLayer() 733 … graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height())); in positionScrollbarLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | RenderLayerCompositor.cpp | 854 const IntRect& scrollbarRect = scrollbar->frameRect(); in paintScrollbar() local 855 context.translate(-scrollbarRect.x(), -scrollbarRect.y()); in paintScrollbar() 857 transformedClip.moveBy(scrollbarRect.location()); in paintScrollbar()
|
D | CompositedLayerMapping.cpp | 2047 const IntRect& scrollbarRect = scrollbar->frameRect(); in paintScrollbar() local 2048 context.translate(-scrollbarRect.x(), -scrollbarRect.y()); in paintScrollbar() 2050 transformedClip.moveBy(scrollbarRect.location()); in paintScrollbar()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListBox.cpp | 797 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView() 801 return scrollbarRect; in convertFromScrollbarToContainingView() 803 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()
|
D | RenderLayerScrollableArea.cpp | 287 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView() 291 return scrollbarRect; in convertFromScrollbarToContainingView() 293 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()
|