Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingElementWithTag

231         if (enclosingElementWithTag(selection.selection().start(), tagName))
234 Element* startElement = enclosingElementWithTag(selection.selection().start(), tagName);
235 Element* endElement = enclosingElementWithTag(selection.selection().end(), tagName);