HomeSort by relevance Sort by last modified time
    Searched defs:V8EventListener (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
V8EventListener.h 43 // V8EventListener is a wrapper of a JS object implements EventListener interface (has handleEvent(event) method), or a JS function
45 class V8EventListener : public V8AbstractEventListener {
47 static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext)
49 return adoptRef(new V8EventListener(listener, isAttribute, worldContext));
53 V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext);
V8EventListener.cpp 32 #include "V8EventListener.h"
38 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext)
44 v8::Local<v8::Function> V8EventListener::getListenerFunction(ScriptExecutionContext* context)
66 v8::Local<v8::Value> V8EventListener::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event)

Completed in 40 milliseconds