Home | History | Annotate | Download | only in editing

Lines Matching refs:containerNode

1270             if (r->node() == m_selection.start().containerNode())
1272 else if (r->node() == m_selection.end().containerNode())
1377 ContainerNode* ownerElementParent = ownerElement->parentNode();
1471 || start().containerNode() || !start().anchorNode()->shadowAncestorNode());
1472 Node* startNode = start().containerNode();