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

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
DoDidVisitorAdapter.java 15 AstNode topNode = nodeStack.peek();
16 if (topNode != null && topNode != node.getParent()) {
18 topNode = nodeStack.pop();
19 didVisit(topNode);
20 } while (topNode.getParent() != node.getParent());
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 179 ContainerNode* currentNode() const { return m_openElements.topNode(); }
185 bool currentIsRootNode() { return m_openElements.topNode() == m_openElements.rootNode(); }
HTMLElementStack.h 93 ContainerNode* topNode() const
HTMLElementStack.cpp 210 Node& node = *topNode();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 192 // topNode defines the whole range we want to operate on
193 Node* topNode = highestEditableRoot(position);
195 spellingSearchRange->setEnd(topNode, lastOffsetForEditing(topNode), IGNORE_EXCEPTION);
253 spellingSearchRange->setStart(topNode, 0, IGNORE_EXCEPTION);
    [all...]
ReplaceSelectionCommand.cpp 729 Node* topNode = fragment.firstChild();
733 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary))
738 if (!isLegacyAppleStyleSpan(topNode))
741 Node* wrappingStyleSpan = topNode;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 229 milliseconds