HomeSort by relevance Sort by last modified time
    Searched refs:scrollbarRect (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/
webscrollbarbehavior_impl_gtkoraura.h 19 const blink::WebRect& scrollbarRect,
webscrollbarbehavior_impl_gtkoraura.cc 26 const blink::WebRect& scrollbarRect,
38 gfx::Rect noSnapRect(scrollbarRect);
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarBehavior.h 23 virtual bool shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, bool isHorizontal) { return false; }
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 141 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
143 return scrollbar->Widget::convertToContainingView(scrollbarRect);
ScrollView.cpp 732 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()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 788 const IntRect& scrollbarRect = scrollbar->frameRect();
789 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
791 transformedClip.moveBy(scrollbarRect.location());
    [all...]
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 292 IntRect RenderLayerScrollableArea::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
296 return scrollbarRect;
298 IntRect rect = scrollbarRect;
    [all...]

Completed in 106 milliseconds