HomeSort by relevance Sort by last modified time
    Searched full:currentnodebounds (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 112 const LayoutRect currentNodeBounds = m_anchorNode->boundingBox();
113 if (m_anchorNodeBounds == currentNodeBounds)
117 FloatSize anchorOffsetFromNode = currentNodeBounds.size();
119 FloatPoint anchorPoint = currentNodeBounds.location() + anchorOffsetFromNode;

Completed in 50 milliseconds