Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dglobal_shortcuts_generic.cpp143 const auto i = ranges::find(_watchlist, shortcut, &Watch::shortcut); in startWatching()
144 if (i != end(_watchlist)) { in startWatching()
150 _watchlist.push_back(Watch{ in startWatching()
159 const auto i = ranges::find(_watchlist, shortcut, &Watch::shortcut); in stopWatching()
160 if (i != end(_watchlist)) { in stopWatching()
161 _watchlist.erase(i); in stopWatching()
197 for (const auto &watch : _watchlist) { in process()
215 _watchlist, in process()
218 Assert(j != end(_watchlist)); in process()
H A Dglobal_shortcuts_generic.h70 std::vector<Watch> _watchlist; variable
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DAutoReloadingAppServer.py125 self._watchlist = []
130 watchlist = self._watchlist
144 self._watchlist.append(filepath)