Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingNodeOfType

189     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)
656 return static_cast<Element*>(enclosingNodeOfType(p, isTableCell));