Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Dwebscrollbarbehavior_impl_gtkoraura.cc26 const blink::WebRect& scrollbarRect, in shouldSnapBackToDragOrigin() argument
37 gfx::Rect noSnapRect(scrollbarRect); in shouldSnapBackToDragOrigin()
Dwebscrollbarbehavior_impl_gtkoraura.h19 const blink::WebRect& scrollbarRect,
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbarBehavior.h23 …shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, bool isHorizo… in shouldSnapBackToDragOrigin() argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h129 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView() argument
131 return scrollbar->Widget::convertToContainingView(scrollbarRect); in convertFromScrollbarToContainingView()
DScrollView.cpp724 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/
DRenderLayerCompositor.cpp854 const IntRect& scrollbarRect = scrollbar->frameRect(); in paintScrollbar() local
855 context.translate(-scrollbarRect.x(), -scrollbarRect.y()); in paintScrollbar()
857 transformedClip.moveBy(scrollbarRect.location()); in paintScrollbar()
DCompositedLayerMapping.cpp2047 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/
DRenderListBox.cpp797 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView()
801 return scrollbarRect; in convertFromScrollbarToContainingView()
803 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()
DRenderLayerScrollableArea.cpp287 …onvertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const in convertFromScrollbarToContainingView()
291 return scrollbarRect; in convertFromScrollbarToContainingView()
293 IntRect rect = scrollbarRect; in convertFromScrollbarToContainingView()