scrollY           689 Source/core/dom/Element.cpp                 return adjustForAbsoluteZoom(view->scrollY(), renderView);
scrollY           717 Source/core/dom/Element.cpp         view->setScrollPosition(IntPoint(static_cast<int>(newLeft * frame->pageZoomFactor()), view->scrollY()));
scrollY            52 Source/core/dom/Touch.cpp     return frameView->scrollY() / frame->pageZoomFactor();
scrollY           229 Source/core/dom/TreeScope.cpp     IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor  + frameView->scrollX(), y * scaleFactor + frameView->scrollY()));
scrollY            52 Source/core/events/MouseRelatedEvent.cpp     return LayoutSize(frameView->scrollX() / scaleFactor, frameView->scrollY() / scaleFactor);
scrollY          1178 Source/core/frame/DOMWindow.cpp     return adjustForAbsoluteZoom(view->scrollY(), m_frame->pageZoomFactor());
scrollY           179 Source/core/frame/DOMWindow.h         int scrollY() const;
scrollY           181 Source/core/frame/DOMWindow.h         int pageYOffset() const { return scrollY(); }
scrollY          3013 Source/core/frame/FrameView.cpp     point += IntSize(scrollX(), scrollY());
scrollY           266 Source/core/html/HTMLBodyElement.cpp     view->setScrollPosition(IntPoint(static_cast<int>(scrollLeft * frame->pageZoomFactor()), view->scrollY()));
scrollY           285 Source/core/html/HTMLBodyElement.cpp     return view ? adjustForZoom(view->scrollY(), &document) : 0;
scrollY           266 Source/core/html/ImageDocument.cpp         int scrollY = static_cast<int>(y / scale - (float)frame()->view()->height() / 2);
scrollY           268 Source/core/html/ImageDocument.cpp         frame()->view()->setScrollPosition(IntPoint(scrollX, scrollY));
scrollY           634 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY)
scrollY           643 Source/core/inspector/InspectorOverlay.cpp     resetData->setNumber("scrollY", scrollY);
scrollY           159 Source/core/inspector/InspectorOverlay.h     void reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY);
scrollY           511 Source/core/rendering/RenderBox.cpp                         newRect.setY(rect.y() - frameView->scrollY() + frameView->y());
scrollY           104 Source/core/rendering/ScrollAlignment.cpp     ScrollAlignmentBehavior scrollY;
scrollY           109 Source/core/rendering/ScrollAlignment.cpp         scrollY = getVisibleBehavior(alignY);
scrollY           112 Source/core/rendering/ScrollAlignment.cpp         scrollY = getVisibleBehavior(alignY);
scrollY           113 Source/core/rendering/ScrollAlignment.cpp         if (scrollY == ScrollAlignmentCenter)
scrollY           114 Source/core/rendering/ScrollAlignment.cpp             scrollY = ScrollAlignmentNoScroll;
scrollY           117 Source/core/rendering/ScrollAlignment.cpp         scrollY = getPartialBehavior(alignY);
scrollY           119 Source/core/rendering/ScrollAlignment.cpp         scrollY = getHiddenBehavior(alignY);
scrollY           122 Source/core/rendering/ScrollAlignment.cpp     if (scrollY == ScrollAlignmentClosestEdge) {
scrollY           128 Source/core/rendering/ScrollAlignment.cpp             scrollY = ScrollAlignmentBottom;
scrollY           134 Source/core/rendering/ScrollAlignment.cpp     if (scrollY == ScrollAlignmentNoScroll)
scrollY           136 Source/core/rendering/ScrollAlignment.cpp     else if (scrollY == ScrollAlignmentBottom)
scrollY           138 Source/core/rendering/ScrollAlignment.cpp     else if (scrollY == ScrollAlignmentCenter)
scrollY          1452 Source/core/testing/Internals.cpp     LayoutPoint point = roundedLayoutPoint(FloatPoint(centerX * zoomFactor + frameView->scrollX(), centerY * zoomFactor + frameView->scrollY()));
scrollY           880 Source/platform/scroll/ScrollView.cpp             context->translate(-scrollX(), -scrollY());
scrollY           153 Source/platform/scroll/ScrollView.h     int scrollY() const { return scrollPosition().y(); }
scrollY           353 Source/web/PopupListBox.cpp     int ty = y() - scrollY();
scrollY           499 Source/web/PopupListBox.cpp     int y = scrollY() + point.y();
scrollY           611 Source/web/PopupListBox.cpp     if (rowRect.y() < scrollY()) {
scrollY           614 Source/web/PopupListBox.cpp     } else if (rowRect.maxY() > scrollY() + visibleHeight()) {