Searched refs:newScroll (Results 1 – 2 of 2) sorted by relevance
236 var newScroll =238 $(WaterfallView.MAIN_BOX_ID).scrollLeft = newScroll;
2702 …leAndScrollForFocusedNode(Node* focusedNode, float& newScale, IntPoint& newScroll, bool& needAnima… in computeScaleAndScrollForFocusedNode() argument2735 …newScroll.setX(textboxRectInDocumentCoordinates.x() - min<int>(idealLeftPadding, maxLeftPaddingKee… in computeScaleAndScrollForFocusedNode()2739 …newScroll.setX(max<int>(textboxRectInDocumentCoordinates.x(), caretInDocumentCoordinates.x() + car… in computeScaleAndScrollForFocusedNode()2743 …newScroll.setY(textboxRectInDocumentCoordinates.y() - (viewHeight - textboxRectInDocumentCoordinat… in computeScaleAndScrollForFocusedNode()2747 …newScroll.setY(max<int>(textboxRectInDocumentCoordinates.y(), caretInDocumentCoordinates.y() + car… in computeScaleAndScrollForFocusedNode()