HomeSort by relevance Sort by last modified time
    Searched refs:ListenerType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/extensions/api/webstore/
webstore_api_constants.h 14 enum ListenerType {
  /external/chromium_org/content/public/renderer/
platform_event_observer.h 18 // 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/content/renderer/device_sensors/
device_sensor_event_pump.h 14 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/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 233 void maybeDispatch(Document::ListenerType, const AtomicString& eventName, double elapsedTime);
CSSAnimations.cpp 594 void CSSAnimations::AnimationEventDelegate::maybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime)
596 if (m_target->document().hasListenerType(listenerType)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 667 enum ListenerType {
683 bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); }
    [all...]
Document.cpp     [all...]

Completed in 214 milliseconds