swapDepths        139 libcore/DisplayList.h 	void swapDepths(DisplayObject* ch, int depth);
swapDepths        281 libcore/MovieClip.h     void swapDepths(DisplayObject* ch1, int newdepth)
swapDepths        283 libcore/MovieClip.h         _displayList.swapDepths(ch1, newdepth);
swapDepths        689 libcore/asobj/MovieClip_as.cpp         this_parent->swapDepths(movieclip, target_depth);