Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

1472     Node* startNode = start().containerNode();
1473 if (!startNode)
1476 startNode = startNode->shadowAncestorNode();
1477 if (!startNode)
1480 if (!startNode->hasTagName(inputTag))
1483 return static_cast<HTMLInputElement*>(startNode)->isPasswordField();