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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLElementStack.cpp210 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();
H A DHTMLConstructionSite.h84 ContainerNode* currentNode() const { return m_openElements.topNode(); }
H A DHTMLElementStack.h86 ContainerNode* topNode() const function in class:WebCore::HTMLElementStack
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java103 private void checkTopNode(String topNode) throws SAXException{ argument
104 if (!elementStack.peek().equals(topNode)){
105 throw new SAXException("dotScene parse error: Expected parent node to be " + topNode);
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp780 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode)); local
781 appendNode(topNode, blockElement);
782 RefPtr<Node> lastNode = topNode;
810 topNode = topNode->parentNode();
815 lastNode = topNode->lastChild();
H A DReplaceSelectionCommand.cpp556 Node* topNode = fragment.firstChild(); local
560 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary))
565 if (!isStyleSpan(topNode))
568 Node* sourceDocumentStyleSpan = topNode;
H A DEditor.cpp1714 // topNode defines the whole range we want to operate on
1715 Node* topNode = highestEditableRoot(position); local
1717 spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), ec);
1782 spellingSearchRange->setStart(topNode, 0, ec);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1450 milliseconds