OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastNode
(Results
1 - 10
of
10
) 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
...]
/frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c
343
uint8_t *
lastNode
= (uint8_t *)"";
365
strncmp((char *)
lastNode
, (char *)(buffer + 2), strlen((char *)
lastNode
)))
388
lastNode
= nodeStr;
/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
...]
/external/webkit/Source/WebCore/editing/
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
...]
ReplaceSelectionCommand.cpp
538
Node*
lastNode
= m_lastLeafInserted.get();
540
Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(
lastNode
), selectTag);
542
lastNode
= enclosingSelect;
543
return lastPositionInOrAfterNode(
lastNode
);
[
all
...]
/external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 240 milliseconds