Searched refs:topNode (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
H A DReplaceSelectionCommand.cpp538 Node* topNode = fragment.firstChild(); local
542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode))
547 if (!isStyleSpan(topNode))
550 Node* sourceDocumentStyleSpan = topNode;
H A DCompositeEditCommand.cpp749 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode)); local
750 appendNode(topNode, blockElement);
751 RefPtr<Node> lastNode = topNode;
779 topNode = topNode->parentNode();
784 lastNode = topNode->lastChild();
H A DEditor.cpp1862 // topNode defines the whole range we want to operate on
1863 Node* topNode = highestEditableRoot(position); local
1865 spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), ec);
1932 spellingSearchRange->setStart(topNode, 0, ec);

Completed in 37 milliseconds