Home
last modified time | relevance | path

Searched refs:ConstDisplayObjects (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DButton.h49 typedef std::vector<const DisplayObject*> ConstDisplayObjects; typedef
163 void getActiveCharacters(ConstDisplayObjects& list) const;
H A DButton.cpp572 Button::getActiveCharacters(ConstDisplayObjects& list) const in getActiveCharacters()