Searched refs:nodePoint (Results 1 – 2 of 2) sorted by relevance
42 void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLe… in initialize() argument48 …VisiblePosition(node->renderer()->positionForPoint(static_cast<IntPoint>(nodePoint))), maxLength)); in initialize()
1377 FloatPoint nodePoint(p->x(), p->y()); in webkitConvertPointFromPageToNode() local1378 nodePoint = node->convertFromPage(nodePoint); in webkitConvertPointFromPageToNode()1379 return DOMPoint::create(nodePoint.x(), nodePoint.y()); in webkitConvertPointFromPageToNode()