Searched refs:clampOffsetAtScale (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h91 IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const;
H A DFrameView.cpp436 IntPoint FrameView::clampOffsetAtScale(const IntPoint& offset, float scale) const function in class:blink::FrameView
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h493 IntPoint clampOffsetAtScale(const IntPoint& offset, float scale);
H A DWebViewImpl.cpp856 clampedPoint = clampOffsetAtScale(targetPosition, newScale);
1213 scroll = clampOffsetAtScale(scroll, scale);
2962 IntPoint WebViewImpl::clampOffsetAtScale(const IntPoint& offset, float scale) function in class:WebViewImpl
2968 return view->clampOffsetAtScale(offset, scale);
3059 newScrollOffset = clampOffsetAtScale(newScrollOffset, scaleFactor);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1059 bool canRestoreWithoutClamping = view->clampOffsetAtScale(m_currentItem->scrollPoint(), mainFrameScale) == m_currentItem->scrollPoint();

Completed in 334 milliseconds