Home
last modified time | relevance | path

Searched refs:ACTION_EXTENDS (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DSWF.h325 ACTION_EXTENDS = 0x69, enumerator
H A DSWF.cpp222 case ACTION_EXTENDS: return o << "Extends"; in operator <<()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp402 _handlers[ACTION_EXTENDS] = ActionHandler(ACTION_EXTENDS, ActionExtends); in SWFHandlers()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_c.h492 ACTION_EXTENDS = 0x69, enumerator
H A Dlibsswf.h1465 ACTION_EXTENDS = 0x69, enumerator
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++1038 sswf::Action::ACTION_EXTENDS, in save_actions()
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++461 a = new Action(f_tag, Action::ACTION_EXTENDS); in ExtendsClass()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.018057 added action_type enum, added ACTION_EXTENDS, ACTION_CASTOBJECT,