Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h164 bool getLowerRightCorner(FloatPoint&) const;
DContainerNode.cpp725 bool ContainerNode::getLowerRightCorner(FloatPoint& point) const in getLowerRightCorner() function in WebCore::ContainerNode
781 bool foundLowerRight = getLowerRightCorner(lowerRight); in boundingBox()