Home | History | Annotate | Download | only in web

Lines Matching defs:clampOffsetAtScale

856         clampedPoint = clampOffsetAtScale(targetPosition, newScale);
1213 scroll = clampOffsetAtScale(scroll, scale);
2962 IntPoint WebViewImpl::clampOffsetAtScale(const IntPoint& offset, float scale)
2968 return view->clampOffsetAtScale(offset, scale);
3059 newScrollOffset = clampOffsetAtScale(newScrollOffset, scaleFactor);