webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebEventListener Class Reference

#include <DOMEventsClasses.h>

Inheritance diagram for WebEventListener:
WebCore::EventListener WTF::RefCounted< EventListener > WTF::RefCounted< EventListener > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

 WebEventListener (IDOMEventListener *)
 
 ~WebEventListener ()
 
virtual bool operator== (const EventListener &) const
 
virtual void handleEvent (WebCore::ScriptExecutionContext *, WebCore::Event *)
 
- Public Member Functions inherited from WebCore::EventListener
virtual ~EventListener ()
 
virtual bool operator== (const EventListener &) const =0
 
virtual void handleEvent (ScriptExecutionContext *, Event *)=0
 
virtual bool wasCreatedFromMarkup () const
 
virtual void visitJSFunction (JSC::SlotVisitor &)
 
bool isAttribute () const
 
Type type () const
 
virtual ~EventListener ()
 
virtual bool operator== (const EventListener &) const =0
 
virtual void handleEvent (ScriptExecutionContext *, Event *)=0
 
virtual bool wasCreatedFromMarkup () const
 
virtual void visitJSFunction (JSC::SlotVisitor &)
 
bool isAttribute () const
 
Type type () const
 
- Public Member Functions inherited from WTF::RefCounted< EventListener >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< WebEventListenercreate (IDOMEventListener *)
 

Additional Inherited Members

- Public Types inherited from WebCore::EventListener
enum  Type {
  JSEventListenerType, ImageEventListenerType, ObjCEventListenerType, CPPEventListenerType,
  ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType, SVGTRefTargetEventListenerType,
  MediaControlsAppleEventListenerType, JSEventListenerType, ImageEventListenerType, ObjCEventListenerType,
  CPPEventListenerType, ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType,
  SVGTRefTargetEventListenerType, MediaControlsAppleEventListenerType
}
 
enum  Type {
  JSEventListenerType, ImageEventListenerType, ObjCEventListenerType, CPPEventListenerType,
  ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType, SVGTRefTargetEventListenerType,
  MediaControlsAppleEventListenerType, JSEventListenerType, ImageEventListenerType, ObjCEventListenerType,
  CPPEventListenerType, ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType,
  SVGTRefTargetEventListenerType, MediaControlsAppleEventListenerType
}
 
- Protected Member Functions inherited from WebCore::EventListener
 EventListener (Type type)
 
 EventListener (Type type)
 
- Protected Member Functions inherited from WTF::RefCounted< EventListener >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ WebEventListener()

WebEventListener::WebEventListener ( IDOMEventListener i)

◆ ~WebEventListener()

WebEventListener::~WebEventListener ( )

Member Function Documentation

◆ create()

Ref< WebEventListener > WebEventListener::create ( IDOMEventListener d)
static

◆ handleEvent()

void WebEventListener::handleEvent ( WebCore::ScriptExecutionContext s,
WebCore::Event e 
)
virtual

◆ operator==()

bool WebEventListener::operator== ( const EventListener ) const
virtual

The documentation for this class was generated from the following files: