HomeSort by relevance Sort by last modified time
    Searched full:scrollbarrect (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 899 IntRect scrollBarRect = scrollbar()->frameRect();
900 if (scrollbarCapturingMouse() || scrollBarRect.contains(mousePoint)) {
902 mousePoint.move(-scrollBarRect.x(), -scrollBarRect.y());
935 IntRect scrollBarRect = scrollbar()->frameRect();
936 if (scrollBarRect.contains(mousePoint)) {
938 mousePoint.move(-scrollBarRect.x(), -scrollBarRect.y());
959 IntRect scrollBarRect = scrollbar()->frameRect();
960 if (scrollbarCapturingMouse() || scrollBarRect.contains(mousePoint))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 634 IntRect scrollBarRect = scrollbar()->frameRect();
635 if (scrollbarCapturingMouse() || scrollBarRect.contains(mousePoint)) {
637 mousePoint.move(-scrollBarRect.x(), -scrollBarRect.y());
672 IntRect scrollBarRect = scrollbar()->frameRect();
673 if (scrollBarRect.contains(mousePoint)) {
675 mousePoint.move(-scrollBarRect.x(), -scrollBarRect.y());
702 IntRect scrollBarRect = scrollbar()->frameRect();
703 if (scrollbarCapturingMouse() || scrollBarRect.contains(mousePoint))
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 207 IntRect RenderDataGrid::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
211 return scrollbarRect;
213 IntRect rect = scrollbarRect;
RenderListBox.cpp 709 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
713 return scrollbarRect;
715 IntRect rect = scrollbarRect;
RenderLayerBacking.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 100 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
102 return scrollbar->Widget::convertToContainingView(scrollbarRect);
ScrollView.cpp 887 IntRect scrollbarRect = scrollbar->frameRect();
888 graphicsLayer->setPosition(scrollbarRect.location());
889 if (scrollbarRect.size() != graphicsLayer->size())
891 graphicsLayer->setSize(scrollbarRect.size());
    [all...]

Completed in 259 milliseconds