Searched defs:getFirstChild (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/domcore/
H A DNodeImpl.cpp55 NodeImpl* NodeImpl::getFirstChild() const function in class:NodeImpl
192 if (getFirstChild() == NULL && getLastChild() == NULL) {
209 return getFirstChild() != NULL;
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataNode.java211 Node nextNode = pos.getFirstChild();
396 public Node getFirstChild() { method in class:IIOMetadataNode
909 for (n = getFirstChild(); index > 0; index--) {

Completed in 5 milliseconds