Home
last modified time | relevance | path

Searched refs:hasListeners (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/page/
DGeolocation.cpp108 if (!hasListeners()) in clearWatch()
114 if (hasListeners()) in suspend()
120 if (hasListeners()) in resume()
211 if (!hasListeners()) in geolocationServicePositionChanged()
DGeolocation.h81 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners() function
/external/webkit/WebCore/inspector/
DJavaScriptDebugServer.cpp99 if (!hasListeners()) in removeListener()
135 if (!hasListeners()) in removeListener()
287 ASSERT(hasListeners()); in sourceParsed()
324 ASSERT(hasListeners()); in dispatchFunctionToListeners()
584 if (hasListeners()) in recompileAllJSFunctions()
DJavaScriptDebugServer.h89 … bool hasListeners() const { return !m_listeners.isEmpty() || !m_pageListenersMap.isEmpty(); } in hasListeners() function
/external/skia/include/views/
DSkEventSink.h62 bool hasListeners() const;
/external/skia/src/views/
DSkEventSink.cpp219 bool SkEventSink::hasListeners() const in hasListeners() function in SkEventSink
DSkWidget.cpp235 if (this->hasListeners())
DSkWidgets.cpp110 if (!fEvent.isType("") && this->hasListeners())
/external/webkit/WebCore/
DChangeLog26634 (WebCore::Geolocation::clearWatch): now uses Geolocation::hasListeners()
26637 … (WebCore::Geolocation::geolocationServicePositionChanged): now uses Geolocation::hasListeners()
26639 …(WebCore::Geolocation::hasListeners): Indicates of the Geolocation has interested GeolocationServi…
DChangeLog-2008-08-1035200 hasListeners().