Searched refs:scrollbarRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/
H A Dwebscrollbarbehavior_impl_gtkoraura.h19 const blink::WebRect& scrollbarRect,
H A Dwebscrollbarbehavior_impl_gtkoraura.cc26 const blink::WebRect& scrollbarRect,
38 gfx::Rect noSnapRect(scrollbarRect);
24 shouldSnapBackToDragOrigin( const blink::WebPoint& eventPoint, const blink::WebRect& scrollbarRect, bool isHorizontal) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbarBehavior.h23 virtual bool shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, bool isHorizontal) { return false; } argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h141 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
143 return scrollbar->Widget::convertToContainingView(scrollbarRect);
H A DScrollView.cpp732 IntRect scrollbarRect = scrollbar->frameRect();
733 graphicsLayer->setPosition(scrollbarRect.location());
735 if (scrollbarRect.size() == graphicsLayer->size())
738 graphicsLayer->setSize(scrollbarRect.size());
741 graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp788 const IntRect& scrollbarRect = scrollbar->frameRect(); local
789 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
791 transformedClip.moveBy(scrollbarRect.location());
H A DCompositedLayerMapping.cpp2162 const IntRect& scrollbarRect = scrollbar->frameRect(); local
2163 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
2165 transformedClip.moveBy(scrollbarRect.location());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp292 IntRect RenderLayerScrollableArea::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
296 return scrollbarRect;
298 IntRect rect = scrollbarRect;

Completed in 192 milliseconds