Searched defs:hasListeners (Results 1 – 5 of 5) sorted by relevance
104 private final AtomicBoolean hasListeners = new AtomicBoolean(false); field in JdkFutureAdapters.ListenableFutureAdapter
151 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners() function
33 Event.prototype.hasListeners = function(listener) { method in Event
202 bool SkEventSink::hasListeners() const in hasListeners() function in SkEventSink
23 "hasListeners": {"type": "function"} object