/external/chromium_org/third_party/skia/src/xml/ |
D | SkDOM.cpp | 30 if ((node = dom.getFirstChild(node)) != NULL) in parse() 81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const in getFirstChild() function in SkDOM 322 node = dom.getFirstChild(node, NULL); in walk_dom() 349 node = this->getFirstChild(node, elem); in countChildren() 450 const Node* child = this->getFirstChild(node); in dump() 496 SkASSERT(dom.getFirstChild(root, "elem1")); in UnitTest() 497 SkASSERT(!dom.getFirstChild(root, "subelem1")); in UnitTest()
|
/external/skia/src/xml/ |
D | SkDOM.cpp | 30 if ((node = dom.getFirstChild(node)) != NULL) in parse() 81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const in getFirstChild() function in SkDOM 322 node = dom.getFirstChild(node, NULL); in walk_dom() 349 node = this->getFirstChild(node, elem); in countChildren() 450 const Node* child = this->getFirstChild(node); in dump() 496 SkASSERT(dom.getFirstChild(root, "elem1")); in UnitTest() 497 SkASSERT(!dom.getFirstChild(root, "subelem1")); in UnitTest()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | ChildIterator.java | 73 return dtm.getFirstChild(current); in asNode() 92 ? m_cdtm.getFirstChild(m_context) in nextNode()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.h | 94 DWARFDebugInfoEntryMinimal *getFirstChild() { in getFirstChild() function 97 const DWARFDebugInfoEntryMinimal *getFirstChild() const { in getFirstChild() function
|
D | DWARFDebugInfoEntry.cpp | 51 const DWARFDebugInfoEntryMinimal *child = getFirstChild(); in dump() 296 const DWARFDebugInfoEntryMinimal *child = getFirstChild(); in buildAddressRangeTable() 383 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild(); in getInlinedChainForAddress()
|
/external/skia/src/views/animated/ |
D | SkStaticTextView.cpp | 181 if ((node = dom.getFirstChild(node, "paint")) != NULL && in onInflate() 182 (node = dom.getFirstChild(node, "screenplay")) != NULL) in onInflate()
|
/external/chromium_org/third_party/skia/src/views/animated/ |
D | SkStaticTextView.cpp | 181 if ((node = dom.getFirstChild(node, "paint")) != NULL && in onInflate() 182 (node = dom.getFirstChild(node, "screenplay")) != NULL) in onInflate()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMChildIterNodeList.java | 79 m_firstChild=parentDTM.getFirstChild(parentHandle); in DTMChildIterNodeList()
|
D | DTMTreeWalker.java | 115 int nextNode = m_dtm.getFirstChild(pos); in traverse() 168 int nextNode = m_dtm.getFirstChild(pos); in traverse()
|
D | DTMNodeProxy.java | 379 public final Node getFirstChild() in getFirstChild() method in DTMNodeProxy 382 int newnode = dtm.getFirstChild(node); in getFirstChild() 548 return (DTM.NULL != dtm.getFirstChild(node)); in hasChildNodes() 594 for(int kidhandle=dtm.getFirstChild(dochandle); in getDocumentElement()
|
D | DTMDocumentImpl.java | 999 return(getFirstChild(nodeHandle) != NULL); in hasChildNodes() 1010 public int getFirstChild(int nodeHandle) { in getFirstChild() method in DTMDocumentImpl 1067 for (int nextkid = getFirstChild(nodeHandle); nextkid != NULL; in getLastChild() 1206 for (int nextkid = getFirstChild(parent); nextkid != nodeHandle; in getPreviousSibling()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncDoclocation.java | 58 whereNode = dtm.getFirstChild(whereNode); in execute()
|
/external/chromium_org/third_party/skia/include/xml/ |
D | SkDOM.h | 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
|
/external/skia/include/xml/ |
D | SkDOM.h | 42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 147 Node nextNode = pos.getFirstChild(); in traverse() 201 Node nextNode = pos.getFirstChild(); in traverse()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 179 Node nextNode = pos.getFirstChild(); in traverseFragment() 232 Node nextNode = pos.getFirstChild(); in traverse()
|
D | DOMHelper.java | 431 Node child = parent.getFirstChild(); in isNodeAfterSibling() 1210 for (Node node = elem.getFirstChild(); null != node; in locateAttrParent() 1319 for (Node child = node.getFirstChild(); null != child; in getNodeData()
|
/external/skia/src/views/ |
D | SkParsePaint.cpp | 16 if ((node = dom.getFirstChild(node, "shader")) == NULL) in inflate_shader()
|
D | SkViewInflate.cpp | 26 const SkDOM::Node* child = dom.getFirstChild(node); in rInflate()
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkParsePaint.cpp | 16 if ((node = dom.getFirstChild(node, "shader")) == NULL) in inflate_shader()
|
D | SkViewInflate.cpp | 26 const SkDOM::Node* child = dom.getFirstChild(node); in rInflate()
|
D | SkWidgets.cpp | 133 if ((node = dom.getFirstChild(node, "event")) != NULL) 490 if ((node = dom.getFirstChild(node, "paint")) != NULL)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemCopyOf.java | 167 for (int child = dtm.getFirstChild(pos); child != DTM.NULL; in execute()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 349 next = pos.getFirstChild(); in nextNode() 925 for (Node child = node.getFirstChild(); null != child; in getNodeData() 1208 n=n.getFirstChild(); in logicalNextDOMTextNode() 1667 for (Node child = node.getFirstChild(); null != child; in dispatchNodeData()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 246 public int getFirstChild(int nodeHandle); in getFirstChild() method
|