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

/frameworks/base/media/libdrm/mobile2/src/util/domcore/
H A DNodeImpl.cpp73 NodeImpl* NodeImpl::getNextSibling() const function in class:NodeImpl
124 NodeImpl* nextSiblingNode = oldChild->getNextSibling();
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataNode.java218 nextNode = pos.getNextSibling();
408 public Node getNextSibling() { method in class:IIOMetadataNode
910 n = n.getNextSibling();

Completed in 408 milliseconds