Home
last modified time | relevance | path

Searched refs:anchorInViewCoords (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.cpp78 void ViewportAnchor::setAnchor(const IntRect& viewRect, const FloatSize& anchorInViewCoords) in setAnchor() argument
84 m_anchorInViewCoords = anchorInViewCoords; in setAnchor()
94 anchorOffset.scale(anchorInViewCoords.width(), anchorInViewCoords.height()); in setAnchor()
DViewportAnchor.h61 void setAnchor(const WebCore::IntRect& viewRect, const WebCore::FloatSize& anchorInViewCoords);