Home
last modified time | relevance | path

Searched refs:ACTION_GETTIMER (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DSWF.h200 ACTION_GETTIMER = 0x34, enumerator
H A DSWF.cpp172 case ACTION_GETTIMER: return o << "GetTimer"; in operator <<()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp321 _handlers[ACTION_GETTIMER] = ActionHandler(ACTION_GETTIMER, ActionGetTimer); in SWFHandlers()