Searched defs:scrollbarRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
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/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());

Completed in 134 milliseconds