Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingNodeWithTag

587         if (enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag))
590 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
591 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag);
602 if (enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag))
605 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag);
606 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag);