Searched refs:ListenerType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/webstore/
H A Dwebstore_api_constants.h14 enum ListenerType { enum in namespace:extensions::api::webstore
/external/chromium_org/content/renderer/device_sensors/
H A Ddevice_sensor_event_pump.h14 template <typename ListenerType>
16 : NON_EXPORTED_BASE(public PlatformEventObserver<ListenerType>) {
30 PlatformEventObserver<ListenerType>::Start(listener);
45 PlatformEventObserver<ListenerType>::Stop();
51 : PlatformEventObserver<ListenerType>(thread),
/external/chromium_org/content/public/renderer/
H A Dplatform_event_observer.h18 // This class is used as a base class for PlatformEventObserver<ListenerType> to
41 template <typename ListenerType>
81 listener_ = static_cast<ListenerType*>(listener);
112 ListenerType* listener() {
118 ListenerType* listener_;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h233 void maybeDispatch(Document::ListenerType, const AtomicString& eventName, double elapsedTime);
H A DCSSAnimations.cpp594 void CSSAnimations::AnimationEventDelegate::maybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h667 enum ListenerType { enum in class:blink::Document
683 bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); }
1132 void addListenerType(ListenerType listenerType) { m_listenerTypes |= listenerType; }
1133 void addMutationEventListenerTypeIfEnabled(ListenerType);
H A DDocument.cpp3921 void Document::addMutationEventListenerTypeIfEnabled(ListenerType listenerType)

Completed in 4559 milliseconds