Searched refs:JSLazyEventListener (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSLazyEventListener.h33 class JSLazyEventListener final : public JSEventListener {
35 static PassRefPtr<JSLazyEventListener> createForNode(ContainerNode&, const QualifiedName& attributeName, const AtomicString& attributeValue);
36 static PassRefPtr<JSLazyEventListener> createForDOMWindow(Frame&, const QualifiedName& attributeName, const AtomicString& attributeValue);
38 virtual ~JSLazyEventListener();
41 JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, ContainerNode*, const String& sourceURL, const TextPosition&, JSC::JSObject* wrapper, DOMWrapperWorld& isolatedWorld);
H A DJSLazyEventListener.cpp21 #include "JSLazyEventListener.h"
37 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, eventListenerCounter, ("JSLazyEventListener"));
39 JSLazyEventListener::JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, ContainerNode* node, const String& sourceURL, const TextPosition& position, JSObject* wrapper, DOMWrapperWorld& isolatedWorld) function in class:WebCore::JSLazyEventListener
54 // A JSLazyEventListener can be created with a line number of zero when it is created with
66 JSLazyEventListener::~JSLazyEventListener()
73 JSObject* JSLazyEventListener::initializeJSFunction(ScriptExecutionContext* executionContext) const
137 PassRefPtr<JSLazyEventListener> JSLazyEventListener
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNode.cpp37 #include "JSLazyEventListener.h"
1015 setAttributeEventListener(eventType, JSLazyEventListener::createForNode(*this, attributeName, attributeValue));
H A DDocument.cpp94 #include "JSLazyEventListener.h"
3701 setWindowAttributeEventListener(eventType, JSLazyEventListener::createForDOMWindow(*m_frame, attributeName, attributeValue));

Completed in 185 milliseconds