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

  /external/webkit/Source/WebCore/bindings/js/
JSLazyEventListener.cpp 21 #include "JSLazyEventListener.h"
36 static WTF::RefCountedLeakCounter eventListenerCounter("JSLazyEventListener");
39 JSLazyEventListener::JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, Node* node, const String& sourceURL, int lineNumber, JSObject* wrapper, DOMWrapperWorld* isolatedWorld)
54 // A JSLazyEventListener can be created with a line number of zero when it is created with
64 JSLazyEventListener::~JSLazyEventListener()
71 JSObject* JSLazyEventListener::initializeJSFunction(ScriptExecutionContext* executionContext) const
JSLazyEventListener.h 30 class JSLazyEventListener : public JSEventListener {
32 static PassRefPtr<JSLazyEventListener> create(const String& functionName, const String& eventParameterName, const String& code, Node* node, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld)
34 return adoptRef(new JSLazyEventListener(functionName, eventParameterName, code, node, sourceURL, lineNumber, wrapper, isolatedWorld));
36 virtual ~JSLazyEventListener();
39 JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, Node*, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld);

Completed in 113 milliseconds