HomeSort by relevance Sort by last modified time
    Searched refs:lastNode (Results 1 - 11 of 11) 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/WebCore/editing/
ReplaceSelectionCommand.cpp 520 Node* lastNode = m_lastLeafInserted.get();
522 Node* enclosingSelect = enclosingNodeWithTag(firstDeepEditingPositionForNode(lastNode), selectTag);
524 lastNode = enclosingSelect;
525 return lastDeepEditingPositionForNode(lastNode);
    [all...]
CompositeEditCommand.cpp 751 RefPtr<Node> lastNode = topNode;
765 appendNode(child, static_cast<Element *>(lastNode.get()));
766 lastNode = child.release();
784 lastNode = topNode->lastChild();
787 insertNodeAfter(clonedNode, lastNode);
788 lastNode = clonedNode.release();
    [all...]
  /external/webkit/WebCore/dom/
Position.cpp 483 Node* lastNode = startNode;
490 if (currentNode != lastNode) {
498 lastNode = currentNode;
604 Node* lastNode = startNode;
611 if (currentNode != lastNode) {
620 lastNode = currentNode;
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.h 115 CachedNode* lastNode() { return &mCachedNodes.last(); }
CacheBuilder.cpp     [all...]
CachedFrame.cpp 600 CachedNode* lastCached = lastNode();
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [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 289 milliseconds