Home | History | Annotate | Download | only in editing

Lines Matching defs:startNode

548         Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag);
550 if (startNode && endNode && startNode == endNode)
563 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag);
565 if (startNode && endNode && startNode == endNode)