Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

539     Node* startNode = range->editingStartPosition().deprecatedNode();
540 if (startNode) {
544 for (Node* n = startNode; n && n != pastEnd; n = n->traverseNextNode()) {
656 Node* startNode;
658 startNode = m_frame->selection()->selection().start().downstream().deprecatedNode();
660 if (enclosingBlock(startNode) != enclosingBlock(endNode))
663 startNode = m_frame->selection()->selection().visibleStart().deepEquivalent().deprecatedNode();
665 RenderObject* renderer = startNode->renderer();
685 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
687 if (startNode && endNode && startNode == endNode)
700 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag);
702 if (startNode && endNode && startNode == endNode)