Home
last modified time | relevance | path

Searched defs:shouldBePaused (Results 1 – 6 of 6) sorted by relevance

/dports/games/amoebax/amoebax-0.2.1/src/
H A DIState.h144 inline virtual bool shouldBePaused (void) { return false; } in shouldBePaused() function
H A DTournamentState.h71 virtual bool shouldBePaused (void) { return true; } in shouldBePaused() function
H A DTrainingState.h46 inline virtual bool shouldBePaused (void) { return true; } in shouldBePaused() function
H A DTwoGP2XPlayersState.h54 inline virtual bool shouldBePaused (void) { return true; } in shouldBePaused() function
H A DTwoPlayersState.h54 inline virtual bool shouldBePaused (void) { return true; } in shouldBePaused() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/clip/
H A Dmedia_clip_reader.cpp234 auto shouldBePaused = !ms; in current() local