Searched refs:DOMEvent (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domevent.py13 self.assertResultIsBOOL(DOMEvent.bubbles)
14 self.assertResultIsBOOL(DOMEvent.cancelable)
15 self.assertArgIsBOOL(DOMEvent.initEvent_canBubbleArg_cancelableArg_, 1)
16 self.assertArgIsBOOL(DOMEvent.initEvent_canBubbleArg_cancelableArg_, 2)
17 self.assertArgIsBOOL(DOMEvent.initEvent___, 1)
18 self.assertArgIsBOOL(DOMEvent.initEvent___, 2)
22 self.assertResultIsBOOL(DOMEvent.returnValue)
23 self.assertArgIsBOOL(DOMEvent.setReturnValue_, 0)
24 self.assertResultIsBOOL(DOMEvent.cancelBubble)
25 self.assertArgIsBOOL(DOMEvent
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domevent.py13 self.failUnlessResultIsBOOL(DOMEvent.bubbles)
14 self.failUnlessResultIsBOOL(DOMEvent.cancelable)
15 self.failUnlessArgIsBOOL(DOMEvent.initEvent_canBubbleArg_cancelableArg_, 1)
16 self.failUnlessArgIsBOOL(DOMEvent.initEvent_canBubbleArg_cancelableArg_, 2)
17 self.failUnlessArgIsBOOL(DOMEvent.initEvent___, 1)
18 self.failUnlessArgIsBOOL(DOMEvent.initEvent___, 2)
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestEventTarget.h31 @class DOMEvent;
40 - (BOOL)dispatchEvent:(DOMEvent *)evt;
H A DDOMTestEventTarget.mm93 - (BOOL)dispatchEvent:(DOMEvent *)evt
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.h101 class DOMEvent : public DOMObject, public IDOMEvent class in inherits:DOMObject,IDOMEvent
106 DOMEvent(PassRefPtr<WebCore::Event> e);
107 ~DOMEvent();
178 // DOMEvent methods
185 class DOMUIEvent : public DOMEvent, public IDOMUIEvent
188 DOMUIEvent(PassRefPtr<WebCore::Event> e) : DOMEvent(e) {}
192 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return DOMEvent::AddRef(); }
193 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMEvent::Release(); }
229 /* [retval][out] */ BSTR* result) { return DOMEvent::type(result); }
232 /* [retval][out] */ IDOMEventTarget** result) { return DOMEvent
[all...]
H A DDOMEventsClasses.cpp80 COMPtr<IDOMEvent> domEvent = DOMEvent::createInstance(ePtr);
89 // DOMEvent -------------------------------------------------------------------
91 DOMEvent::DOMEvent(PassRefPtr<WebCore::Event> e) function in class:DOMEvent
97 DOMEvent::~DOMEvent()
101 IDOMEvent* DOMEvent::createInstance(PassRefPtr<WebCore::Event> e)
128 DOMEvent* newEvent = new DOMEvent(e);
138 HRESULT STDMETHODCALLTYPE DOMEvent
[all...]
H A DDOMCoreClasses.cpp439 COMPtr<DOMEvent> domEvent;
789 *result = DOMEvent::createInstance(m_document->createEvent(eventTypeString, ec));
921 COMPtr<DOMEvent> domEvent;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMEvents.h32 #import <WebCore/DOMEvent.h>
H A DDOMEvents.mm68 return [DOMEvent class];
H A DPublicDOMInterfaces.h126 - (DOMEvent *)createEvent:(NSString *)eventType;
1037 @interface DOMEvent : DOMObject WEBKIT_VERSION_1_3
1054 @interface DOMUIEvent : DOMEvent WEBKIT_VERSION_1_3
1068 @interface DOMMutationEvent : DOMEvent WEBKIT_VERSION_1_3
1078 @interface DOMOverflowEvent : DOMEvent WEBKIT_VERSION_3_0
1220 - (void)handleEvent:(DOMEvent *)evt;
1228 - (BOOL)dispatchEvent:(DOMEvent *)event;

Completed in 117 milliseconds