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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h187 ContainerNode* currentNode() const { return m_openElements.topNode(); }
193 bool currentIsRootNode() { return m_openElements.topNode() == m_openElements.rootNode(); }
H A DHTMLElementStack.h93 ContainerNode* topNode() const function in class:blink::HTMLElementStack
H A DHTMLElementStack.cpp210 Node& node = *topNode();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp203 // topNode defines the whole range we want to operate on
204 ContainerNode* topNode = highestEditableRoot(position); local
206 spellingSearchEnd = createLegacyEditingPosition(topNode, lastOffsetForEditing(topNode));
266 spellingSearchStart = createLegacyEditingPosition(topNode, 0);
H A DReplaceSelectionCommand.cpp744 Node* topNode = fragment.firstChild(); local
748 if (isMailPasteAsQuotationHTMLBlockQuoteElement(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailHTMLBlockquoteElement, CanCrossEditingBoundary))
753 if (!isLegacyAppleHTMLSpanElement(topNode))
756 HTMLSpanElement* wrappingStyleSpan = toHTMLSpanElement(topNode);
/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 1090 milliseconds