Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h163 bool getUpperLeftCorner(FloatPoint&) const;
DContainerNode.cpp663 bool ContainerNode::getUpperLeftCorner(FloatPoint& point) const in getUpperLeftCorner() function in WebCore::ContainerNode
780 bool foundUpperLeft = getUpperLeftCorner(upperLeft); in boundingBox()