Searched refs:topNode (Results 1 – 2 of 2) sorted by relevance
538 Node* topNode = fragment.firstChild(); in handleStyleSpansBeforeInsertion() local542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode)) in handleStyleSpansBeforeInsertion()547 if (!isStyleSpan(topNode)) in handleStyleSpansBeforeInsertion()550 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion()
1808 Node* topNode = highestEditableRoot(position); in advanceToNextMisspelling() local1810 spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), ec); in advanceToNextMisspelling()1877 spellingSearchRange->setStart(topNode, 0, ec); in advanceToNextMisspelling()