HomeSort by relevance Sort by last modified time
    Searched defs:topNode (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 86 ContainerNode* topNode() const
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 780 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode));
781 appendNode(topNode, blockElement);
782 RefPtr<Node> lastNode = topNode;
810 topNode = topNode->parentNode();
815 lastNode = topNode->lastChild();
    [all...]
ReplaceSelectionCommand.cpp 556 Node* topNode = fragment.firstChild();
560 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary))
565 if (!isStyleSpan(topNode))
568 Node* sourceDocumentStyleSpan = topNode;
    [all...]
Editor.cpp     [all...]

Completed in 106 milliseconds