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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 67 ViewNode lastNode = null;
77 stack.push(lastNode);
89 lastNode = new ViewNode();
90 lastNode.name = line.substring(0, index);
93 loadProperties(lastNode, line);
95 scene.addNode(lastNode);
98 scene.setRoot(lastNode);
104 final String edge = parent.name + lastNode.name;
107 scene.setEdgeTarget(edge, lastNode);
108 lastNode.parent = parent
    [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 538 Node* lastNode = m_lastLeafInserted.get();
540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag);
542 lastNode = enclosingSelect;
543 return lastPositionInOrAfterNode(lastNode);
    [all...]
CompositeEditCommand.cpp 782 RefPtr<Node> lastNode = topNode;
796 appendNode(child, static_cast<Element *>(lastNode.get()));
797 lastNode = child.release();
815 lastNode = topNode->lastChild();
818 insertNodeAfter(clonedNode, lastNode);
819 lastNode = clonedNode.release();
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp 529 Node* lastNode = startNode;
536 if (currentNode != lastNode) {
544 lastNode = currentNode;
651 Node* lastNode = startNode;
658 if (currentNode != lastNode) {
667 lastNode = currentNode;
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.h 124 CachedNode* lastNode() { return &mCachedNodes.last(); }
CacheBuilder.cpp     [all...]
CachedFrame.cpp 654 CachedNode* lastCached = lastNode();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 813 static void setHasDirAutoFlagRecursively(Node* firstNode, bool flag, Node* lastNode = 0)
824 if (node == lastNode)
830 if (node == lastNode)
    [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java 466 final Node lastNode = flatNodes.get(flatNodes.size() - 1);
469 + (lastNode.mCachedAddress + lastNode.mCachedSize));
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 558 * @lastNode: the last nod in the chunk
565 xmlNodePtr lastNode);
  /external/libxml2/
parser.c 216 xmlNodePtr lastNode);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 198 milliseconds