Home | History | Annotate | Download | only in web

Lines Matching defs:clampOffsetAtScale

807         clampedPoint = clampOffsetAtScale(targetPosition, newScale);
1161 scroll = clampOffsetAtScale(scroll, scale);
1653 IntPoint scrollOffsetAtNewScale = clampOffsetAtScale(viewportAnchor.computeOrigin(viewportSize), pageScaleFactor());
2758 IntPoint WebViewImpl::clampOffsetAtScale(const IntPoint& offset, float scale)
2764 return view->clampOffsetAtScale(offset, scale);
2825 newScrollOffset = clampOffsetAtScale(newScrollOffset, scaleFactor);