Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

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