Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingElementWithTag

649             if (HTMLElement* paragraphElement = toHTMLElement(enclosingElementWithTag(positionInParentBeforeNode(element), pTag)))
696 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
697 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
714 HTMLSelectElement* enclosingSelect = toHTMLSelectElement(enclosingElementWithTag(m_endOfInsertedContent, selectTag));