Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingNode

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