Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DGlobal_as.cpp1008 const int id = root.addIntervalTimer(std::move(timer)); in global_setInterval()
1078 const int id = root.addIntervalTimer(std::move(timer)); in global_setTimeout()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dmovie_root.h322 std::uint32_t addIntervalTimer(std::unique_ptr<Timer> timer);
H A Dmovie_root.cpp813 movie_root::addIntervalTimer(std::unique_ptr<Timer> timer) in addIntervalTimer() function in gnash::movie_root