Searched defs:enclosingNodeOfType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp189 return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell));
222 // Since enclosingNodeOfType won't search beyond the highest root editable node,
224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell));
333 return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule));
616 Node* enclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule) function in namespace:WebCore
656 return static_cast<Element*>(enclosingNodeOfType(p, isTableCell));

Completed in 167 milliseconds