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

/frameworks/base/media/libdrm/mobile2/include/util/domcore/
H A DNodeImpl.h24 class NodeImpl { class
27 NodeImpl* firstChild;
30 NodeImpl* lastChild;
33 NodeImpl* previousSibling;
36 NodeImpl* nextSibling;
39 NodeImpl* parent;
48 void appendNextSibling(NodeImpl* node);
54 NodeImpl(): firstChild(NULL),lastChild(NULL),previousSibling(NULL),nextSibling(NULL),parent(NULL),document(NULL) {}; function in class:NodeImpl
61 void setParent(NodeImpl* parentNode);
68 void setNextSibling(NodeImpl* siblingNod
[all...]

Completed in 80 milliseconds