Home
last modified time | relevance | path

Searched refs:REMOVEOBJECT (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DRemoveObjectTag.cpp35 assert(tag == SWF::REMOVEOBJECT || tag == SWF::REMOVEOBJECT2); in read()
37 if (tag == SWF::REMOVEOBJECT) { in read()
63 assert(tag == SWF::REMOVEOBJECT || tag == SWF::REMOVEOBJECT2); in loader()
H A DDefaultTagLoaders.cpp122 {SWF::REMOVEOBJECT,RemoveObjectTag::loader},// 05 in addDefaultLoaders()
H A DSWF.h37 REMOVEOBJECT = 5, enumerator
H A DSWF.cpp34 case REMOVEOBJECT: return o << "REMOVEOBJECT"; in operator <<()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.29379 to test REMOVEOBJECT before DOACTION (failed though, as Ming seems
9380 to keep placing REMOVEOBJECT tags adjacent instead).