clampOffsetAtScale   86 Source/core/frame/FrameView.h     IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const;
clampOffsetAtScale 1003 Source/core/loader/FrameLoader.cpp     bool canRestoreWithoutClamping = view->clampOffsetAtScale(m_currentItem->scrollPoint(), m_currentItem->pageScaleFactor()) == m_currentItem->scrollPoint();
clampOffsetAtScale  787 Source/web/WebViewImpl.cpp         clampedPoint = clampOffsetAtScale(targetPosition, newScale);
clampOffsetAtScale 1123 Source/web/WebViewImpl.cpp     scroll = clampOffsetAtScale(scroll, scale);
clampOffsetAtScale 1601 Source/web/WebViewImpl.cpp                 IntPoint scrollOffsetAtNewScale = clampOffsetAtScale(viewportAnchor.computeOrigin(viewportSize), pageScaleFactor());
clampOffsetAtScale 2661 Source/web/WebViewImpl.cpp     return view->clampOffsetAtScale(offset, scale);
clampOffsetAtScale 2671 Source/web/WebViewImpl.cpp     newScrollOffset = clampOffsetAtScale(newScrollOffset, scaleFactor);
clampOffsetAtScale  515 Source/web/WebViewImpl.h     WebCore::IntPoint clampOffsetAtScale(const WebCore::IntPoint& offset, float scale);