sprite_definition  740 libcore/MovieClip.cpp             const sprite_definition* def =
sprite_definition  741 libcore/MovieClip.cpp                 dynamic_cast<const sprite_definition*>(_def.get());
sprite_definition 1614 libcore/MovieClip.cpp     const sprite_definition* def = 
sprite_definition 1615 libcore/MovieClip.cpp         dynamic_cast<const sprite_definition*>(_def.get());
sprite_definition  323 libcore/asobj/Object.cpp     sprite_definition* exp_clipdef(dynamic_cast<sprite_definition*>(d));
sprite_definition   40 libcore/parser/sprite_definition.cpp sprite_definition::createDisplayObject(Global_as& gl, DisplayObject* parent)
sprite_definition   50 libcore/parser/sprite_definition.cpp sprite_definition::~sprite_definition()
sprite_definition   57 libcore/parser/sprite_definition.cpp sprite_definition::read(SWFStream& in, const RunResources& runResources)
sprite_definition   93 libcore/parser/sprite_definition.cpp sprite_definition::add_frame_name(const std::string& name)
sprite_definition  102 libcore/parser/sprite_definition.cpp sprite_definition::get_labeled_frame(const std::string& label,
sprite_definition  111 libcore/parser/sprite_definition.cpp sprite_definition::sprite_definition(movie_definition& m, SWFStream& in, 
sprite_definition  125 libcore/parser/sprite_definition.cpp sprite_definition::registerClass(as_function* the_class)
sprite_definition  131 libcore/parser/sprite_definition.cpp sprite_definition::markReachableResources() const
sprite_definition   50 libcore/parser/sprite_definition.h class sprite_definition : public movie_definition
sprite_definition   68 libcore/parser/sprite_definition.h 	sprite_definition(movie_definition& m, SWFStream& in,
sprite_definition   72 libcore/parser/sprite_definition.h 	~sprite_definition();
sprite_definition   82 libcore/swf/SymbolClassTag.h                 sprite_definition* s =
sprite_definition   83 libcore/swf/SymbolClassTag.h                     dynamic_cast<sprite_definition*>(m.getDefinitionTag(id));
sprite_definition  124 libcore/swf/tag_loaders.cpp     sprite_definition* ch = new sprite_definition(m, in, r, id);