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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollableArea.h 118 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
120 return scrollbar->Widget::convertToContainingView(scrollbarRect);
ScrollView.cpp 769 IntRect scrollbarRect = scrollbar->frameRect();
770 graphicsLayer->setPosition(scrollbarRect.location());
772 if (scrollbarRect.size() == graphicsLayer->size())
775 graphicsLayer->setSize(scrollbarRect.size());
778 graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 740 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
744 return scrollbarRect;
746 IntRect rect = scrollbarRect;
RenderLayerBacking.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 559 milliseconds