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/platform/scroll/
ScrollableArea.h 115 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
117 return scrollbar->Widget::convertToContainingView(scrollbarRect);
ScrollView.cpp 739 IntRect scrollbarRect = scrollbar->frameRect();
740 graphicsLayer->setPosition(scrollbarRect.location());
742 if (scrollbarRect.size() == graphicsLayer->size())
745 graphicsLayer->setSize(scrollbarRect.size());
748 graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 751 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
755 return scrollbarRect;
757 IntRect rect = scrollbarRect;
RenderLayerScrollableArea.cpp 267 IntRect RenderLayerScrollableArea::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
271 return scrollbarRect;
273 IntRect rect = scrollbarRect;
    [all...]
CompositedLayerMapping.cpp     [all...]
RenderLayerCompositor.cpp     [all...]

Completed in 1523 milliseconds