Searched refs:enclosingSelect (Results 1 – 1 of 1) sorted by relevance
689 Node* enclosingSelect = enclosingNodeWithTag(m_endOfInsertedContent, selectTag); in positionAtEndOfInsertedContent() local690 return enclosingSelect ? lastPositionInOrAfterNode(enclosingSelect) : m_endOfInsertedContent; in positionAtEndOfInsertedContent()