Searched refs:getFirstChild (Results 1 - 25 of 51) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DChildIterator.java73 return dtm.getFirstChild(current);
92 ? m_cdtm.getFirstChild(m_context)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMChildIterNodeList.java79 m_firstChild=parentDTM.getFirstChild(parentHandle);
H A DDTMTreeWalker.java115 int nextNode = m_dtm.getFirstChild(pos);
168 int nextNode = m_dtm.getFirstChild(pos);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncDoclocation.java58 whereNode = dtm.getFirstChild(whereNode);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h94 DWARFDebugInfoEntryMinimal *getFirstChild() { function in class:llvm::DWARFDebugInfoEntryMinimal
97 const DWARFDebugInfoEntryMinimal *getFirstChild() const { function in class:llvm::DWARFDebugInfoEntryMinimal
H A DDWARFDebugInfoEntry.cpp51 const DWARFDebugInfoEntryMinimal *child = getFirstChild();
296 const DWARFDebugInfoEntryMinimal *child = getFirstChild();
383 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp30 if ((node = dom.getFirstChild(node)) != NULL)
81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const function in class:SkDOM
322 node = dom.getFirstChild(node, NULL);
349 node = this->getFirstChild(node, elem);
450 const Node* child = this->getFirstChild(node);
496 SkASSERT(dom.getFirstChild(root, "elem1"));
497 SkASSERT(!dom.getFirstChild(root, "subelem1"));
/external/skia/src/xml/
H A DSkDOM.cpp30 if ((node = dom.getFirstChild(node)) != NULL)
81 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const function in class:SkDOM
322 node = dom.getFirstChild(node, NULL);
349 node = this->getFirstChild(node, elem);
450 const Node* child = this->getFirstChild(node);
496 SkASSERT(dom.getFirstChild(root, "elem1"));
497 SkASSERT(!dom.getFirstChild(root, "subelem1"));
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkStaticTextView.cpp181 if ((node = dom.getFirstChild(node, "paint")) != NULL &&
182 (node = dom.getFirstChild(node, "screenplay")) != NULL)
/external/skia/src/views/animated/
H A DSkStaticTextView.cpp181 if ((node = dom.getFirstChild(node, "paint")) != NULL &&
182 (node = dom.getFirstChild(node, "screenplay")) != NULL)
/external/chromium_org/third_party/skia/include/xml/
H A DSkDOM.h42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
/external/skia/include/xml/
H A DSkDOM.h42 const Node* getFirstChild(const Node*, const char elem[] = NULL) const;
/external/chromium_org/third_party/skia/src/views/
H A DSkParsePaint.cpp16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
H A DSkViewInflate.cpp26 const SkDOM::Node* child = dom.getFirstChild(node);
H A DSkWidgets.cpp133 if ((node = dom.getFirstChild(node, "event")) != NULL)
490 if ((node = dom.getFirstChild(node, "paint")) != NULL)
/external/skia/src/views/
H A DSkParsePaint.cpp16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
H A DSkViewInflate.cpp26 const SkDOM::Node* child = dom.getFirstChild(node);
H A DSkWidgets.cpp133 if ((node = dom.getFirstChild(node, "event")) != NULL)
490 if ((node = dom.getFirstChild(node, "paint")) != NULL)
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
H A DSerializerUtils.java130 for (int n = dtm.getFirstChild(doc);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCopyOf.java167 for (int child = dtm.getFirstChild(pos); child != DTM.NULL;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java230 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
246 public int getFirstChild(int nodeHandle); method in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java147 Node nextNode = pos.getFirstChild();
201 Node nextNode = pos.getFirstChild();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java179 Node nextNode = pos.getFirstChild();
232 Node nextNode = pos.getFirstChild();
H A DDOMHelper.java431 Node child = parent.getFirstChild();
1210 for (Node node = elem.getFirstChild(); null != node;
1319 for (Node child = node.getFirstChild(); null != child;
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php242 function getFirstChild() function
397 if ($c_node_0 = $this->getFirstChild()) {
661 if ($node_8 = $node_5->getFirstChild()) {
680 if($tmp_node_first = $tmp_node->getFirstChild()) {
761 if ($tmp_c_node = $tmp_node->getFirstChild()) {

Completed in 367 milliseconds

123