Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingNode

331     Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
332 return enclosingNode && enclosingNode->isElementNode() ? toElement(enclosingNode) : 0;