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

/frameworks/base/media/libdrm/mobile2/include/util/domcore/
H A DNodeListImpl.h21 class NodeListImpl { class
45 ~NodeListImpl();
/frameworks/base/media/libdrm/mobile2/src/util/domcore/
H A DNodeListImpl.cpp16 #include <util/domcore/NodeListImpl.h>
18 /** see NodeListImpl.h*/
19 void NodeListImpl::append(const NodeImpl* newNode)
27 /** see NodeListImpl.h*/
28 const NodeImpl* NodeListImpl::item(int index) const
38 /** see NodeListImpl.h*/
39 int NodeListImpl::getLength() const
44 /** see NodeListImpl.h*/
45 NodeListImpl::~NodeListImpl()
[all...]

Completed in 53 milliseconds