Searched defs:lastNode (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c155 struct cso_node *lastNode = firstNode; local
159 while (lastNode->next != e && lastNode->next->key == h)
160 lastNode = lastNode->next;
162 afterLastNode = lastNode->next;
166 lastNode->next = *beforeFirstNode;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c155 struct cso_node *lastNode = firstNode; local
159 while (lastNode->next != e && lastNode->next->key == h)
160 lastNode = lastNode->next;
162 afterLastNode = lastNode->next;
166 lastNode->next = *beforeFirstNode;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp542 Node* lastNode = startNode; local
549 if (currentNode != lastNode) {
557 lastNode = currentNode;
665 Node* lastNode = startNode; local
672 if (currentNode != lastNode) {
681 lastNode = currentNode;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp1532 HTMLElementStack::ElementRecord* lastNode = furthestBlock; local
1556 if (lastNode == furthestBlock)
1559 m_tree.reparent(node, lastNode);
1561 lastNode = node;
1564 m_tree.insertAlreadyParsedChild(commonAncestor.get(), lastNode);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp889 const RenderObject* lastNode = lastTextLeaf; local
895 lastNode = lastNode->parent();
900 while (firstNode != lastNode) {
902 lastNode = lastNode->parent();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedHashSet.h197 reverse_iterator rbegin() { return makeReverseIterator(lastNode()); }
199 const_reverse_iterator rbegin() const { return makeConstReverseIterator(lastNode()); }
258 Node* lastNode() { return reinterpret_cast<Node*>(m_anchor.m_prev); } function in class:WTF::LinkedHashSet
259 const Node* lastNode() const { return reinterpret_cast<const Node*>(m_anchor.m_prev); } function in class:WTF::LinkedHashSet
537 return lastNode()->m_value;
544 return lastNode()->m_value;
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp101 PredicateContext *lastNode = rootPredicateNode_.next_; local
102 for ( ; lastNode != 0; lastNode = lastNode->next_ )
104 if ( lastNode->id_ > lastUsedPredicateId_ ) // new PredicateContext
106 lastUsedPredicateId_ = lastNode->id_;
107 addFailureInfo( lastNode->file_, lastNode->line_, lastNode->expr_,
111 lastNode
142 PredicateContext *lastNode = &rootPredicateNode_; local
171 const PredicateContext *lastNode = &rootPredicateNode_; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp996 RefPtrWillBeRawPtr<Node> lastNode = nullptr; local
1000 lastNode = blockElement;
1002 lastNode = outerNode->cloneNode(isRenderedHTMLTableElement(outerNode.get()));
1003 appendNode(lastNode, blockElement);
1006 if (start.anchorNode() != outerNode && lastNode->isElementNode() && start.anchorNode()->isDescendantOf(outerNode.get())) {
1018 appendNode(child, toElement(lastNode));
1019 lastNode = child.release();
1044 // Move lastNode up in the tree as much as node was moved up in the
1047 while (startNode && lastNode && startNode->parentNode() != node->parentNode()) {
1049 lastNode
[all...]
H A DReplaceSelectionCommand.cpp1463 Node* lastNode = insertionBlock; local
1471 splitTreeToNode(insertPos.deprecatedNode(), lastNode, true);
1477 insertNodeBefore(listItem, lastNode);
1480 insertNodeAfter(listItem, lastNode);
1482 lastNode = listItem.get();
1487 if (Node* node = lastNode->previousSibling())
1490 return lastNode;
/external/chromium_org/third_party/libxml/src/
H A Dparser.c220 xmlNodePtr lastNode);
14111 * @lastNode : A valid last node of children entity
14117 xmlNodePtr lastNode)
14120 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
14116 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, xmlNodePtr lastNode) argument
/external/libxml2/
H A Dparser.c255 xmlNodePtr lastNode);
14642 * @lastNode : A valid last node of children entity
14648 xmlNodePtr lastNode)
14651 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
14647 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, xmlNodePtr lastNode) argument
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3950 milliseconds