Searched refs:hasListeners (Results 1 – 12 of 12) sorted by relevance
343 if (!hasListeners()) in fatalErrorOccurred()392 if (!hasListeners()) in makeCachedPositionCallbacks()401 if (!hasListeners()) in requestTimedOut()424 if (!hasListeners()) in clearWatch()431 if (hasListeners()) in suspend()439 if (hasListeners()) in resume()598 if (!hasListeners()) in handleError()662 if (!hasListeners()) in makeSuccessCallbacks()
151 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners() function
515 assertFalse(sup.hasListeners("myProp")); in testHasListener_AllRegistered()517 assertTrue(sup.hasListeners("myProp")); in testHasListener_AllRegistered()519 assertFalse(sup.hasListeners("myProp")); in testHasListener_AllRegistered()521 assertTrue(sup.hasListeners("myProp")); in testHasListener_AllRegistered()536 assertFalse(sup.hasListeners("myProp")); in testHasListener_PropertyRegistered()538 assertFalse(sup.hasListeners("myProp")); in testHasListener_PropertyRegistered()540 assertTrue(sup.hasListeners("myProp")); in testHasListener_PropertyRegistered()542 assertFalse(sup.hasListeners("myProp")); in testHasListener_PropertyRegistered()545 assertTrue(sup.hasListeners("myProp")); in testHasListener_PropertyRegistered()554 assertFalse(sup.hasListeners("myProp")); in testHasListener_None()[all …]
524 private final AtomicBoolean hasListeners = new AtomicBoolean(false);543 if (!hasListeners.get() && hasListeners.compareAndSet(false, true)) {
62 bool hasListeners() const;
33 Event.prototype.hasListeners = function(listener) { method in Event
219 bool SkEventSink::hasListeners() const in hasListeners() function in SkEventSink
235 if (this->hasListeners())
110 if (!fEvent.isType("") && this->hasListeners())
28899 * xml/XMLHttpRequestUpload.cpp: (WebCore::XMLHttpRequestUpload::hasListeners):73673 (WebCore::Geolocation::clearWatch): now uses Geolocation::hasListeners()73676 … (WebCore::Geolocation::geolocationServicePositionChanged): now uses Geolocation::hasListeners()73678 …(WebCore::Geolocation::hasListeners): Indicates of the Geolocation has interested GeolocationServi…
45407 (WebCore::ScriptDebugServer::hasListeners):
35200 hasListeners().