Home
last modified time | relevance | path

Searched refs:topNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp538 Node* topNode = fragment.firstChild(); in handleStyleSpansBeforeInsertion() local
542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode)) in handleStyleSpansBeforeInsertion()
547 if (!isStyleSpan(topNode)) in handleStyleSpansBeforeInsertion()
550 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion()
DEditor.cpp1808 Node* topNode = highestEditableRoot(position); in advanceToNextMisspelling() local
1810 spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), ec); in advanceToNextMisspelling()
1877 spellingSearchRange->setStart(topNode, 0, ec); in advanceToNextMisspelling()