Home
last modified time | relevance | path

Searched defs:IsStopping (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/python/
H A DPythonInvoker.h32 bool IsStopping() const override { return m_stop || ILanguageInvoker::IsStopping(); } in IsStopping() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/generic/
H A DILanguageInvoker.cpp47 bool ILanguageInvoker::IsStopping() const in IsStopping() function in ILanguageInvoker
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument_parser.h77 bool IsStopping() const { return state_ == kStoppingState; } in IsStopping() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument_parser.h77 bool IsStopping() const { return state_ == kStoppingState; } in IsStopping() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRManager.h224 inline bool IsStopping() const in IsStopping() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/audio/
H A DAudioChannel.cpp187 [[nodiscard]] bool IsStopping() const override in IsStopping() function in OpenRCT2::Audio::AudioChannelImpl
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.h149 bool IsStopping() const { return m_bStop; } in IsStopping() function
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.h1178 inline bool Game_Character::IsStopping() const { in IsStopping() function