getDisplayObjectAtDepth  302 libcore/DisplayList.cpp     DisplayObject* ch = getDisplayObjectAtDepth(depth);
getDisplayObjectAtDepth  218 libcore/DisplayList.h 	DisplayObject* getDisplayObjectAtDepth(int depth) const;
getDisplayObjectAtDepth  511 libcore/MovieClip.cpp     return _displayList.getDisplayObjectAtDepth(depth);
getDisplayObjectAtDepth 1183 libcore/MovieClip.cpp     DisplayObject* existing_char = dlist.getDisplayObjectAtDepth(tag->getDepth());
getDisplayObjectAtDepth 1253 libcore/MovieClip.cpp     DisplayObject* existing_char = dlist.getDisplayObjectAtDepth(tag->getDepth());
getDisplayObjectAtDepth  289 libcore/MovieClip.h     DisplayObject* getDisplayObjectAtDepth(int depth);
getDisplayObjectAtDepth 1069 libcore/asobj/MovieClip_as.cpp     DisplayObject* ch = mc->getDisplayObjectAtDepth(depth);
getDisplayObjectAtDepth  341 testsuite/MovieTester.cpp     return dlist.getDisplayObjectAtDepth(depth);