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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.cpp 210 topNode()->finishParsingChildren();
238 while (!isNumberedHeaderElement(topNode()))
258 while (!isTableScopeMarker(topNode()))
265 while (!isTableBodyScopeMarker(topNode()))
272 while (!isTableRowScopeMarker(topNode()))
278 while (!isForeignContentScopeMarker(topNode()))
556 topNode()->beginParsingChildren();
HTMLConstructionSite.h 84 ContainerNode* currentNode() const { return m_openElements.topNode(); }
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 1736 milliseconds