Home
last modified time | relevance | path

Searched refs:DOMUIEvent (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DDOMUIEvent.java16 public class DOMUIEvent extends DOMEvent { class
18 public DOMUIEvent() { in DOMUIEvent() method in DOMUIEvent
22 public DOMUIEvent(long id) { in DOMUIEvent() method in DOMUIEvent
26 public DOMUIEvent(id id) { in DOMUIEvent() method in DOMUIEvent
H A DDOMKeyboardEvent.java16 public class DOMKeyboardEvent extends DOMUIEvent {
H A DDOMMouseEvent.java16 public class DOMMouseEvent extends DOMUIEvent {
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DDOMUIEvent.inc1 { Parsed from WebKit.framework DOMUIEvent.h }
6 DOMUIEventPtr = ^DOMUIEvent;
12 DOMUIEvent = objcclass external (DOMEvent)
28 DOMUIEventDeprecated = objccategory external (DOMUIEvent)
H A DDOMMouseEvent.inc12 DOMMouseEvent = objcclass external (DOMUIEvent)
H A DDOMKeyboardEvent.inc20 DOMKeyboardEvent = objcclass external (DOMUIEvent)
H A DSources.inc136 {$include DOMUIEvent.inc}
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_events.cpp386 ret = new DOMUIEvent(exec, static_cast<DOM::UIEventImpl *>(ei)); in getDOMEvent()
474 const ClassInfo DOMUIEvent::info = { "UIEvent", &DOMEvent::info, &DOMUIEventTable, nullptr };
495 DOMUIEvent::DOMUIEvent(ExecState *exec, DOM::UIEventImpl *ue) : in KJS_IMPLEMENT_PROTOFUNC()
498 DOMUIEvent::DOMUIEvent(JSObject *proto, DOM::UIEventImpl *ue) : in DOMUIEvent() function in DOMUIEvent
501 DOMUIEvent::~DOMUIEvent() in ~DOMUIEvent()
510 JSValue *DOMUIEvent::getValueProperty(ExecState *exec, int token) const in getValueProperty()
547 KJS_CHECK_THIS(KJS::DOMUIEvent, thisObj); in callAsFunction()
548 DOM::UIEventImpl &uiEvent = *static_cast<DOMUIEvent *>(thisObj)->impl(); in callAsFunction()
550 case DOMUIEvent::InitUIEvent: { in callAsFunction()
595 DOMUIEvent(DOMMouseEventProto::self(exec), me) {} in KJS_IMPLEMENT_PROTOFUNC()
[all …]
H A Dkjs_events.h163 class DOMUIEvent : public DOMEvent
167 DOMUIEvent(ExecState *exec, DOM::UIEventImpl *ue);
168 DOMUIEvent(JSObject *proto, DOM::UIEventImpl *ue);
169 ~DOMUIEvent();
186 class DOMMouseEvent : public DOMUIEvent
211 class DOMKeyEventBase : public DOMUIEvent
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/
H A DDefinedClassesWebKit.pas118 DOMUIEvent = objcclass external;
/dports/lang/vala/vala-0.48.18/vapi/
H A Dwebkit-1.0.vapi3715 public class DOMKeyboardEvent : WebKit.DOMUIEvent {
3846 public class DOMMouseEvent : WebKit.DOMUIEvent {
4454 public class DOMUIEvent : WebKit.DOMEvent {
4456 protected DOMUIEvent ();
H A Dwebkit2gtk-web-extension-4.0.vapi3563 [GIR (name = "DOMUIEvent")]
/dports/graphics/birdfont/birdfont-2.29.5/
H A Dwebkit2gtk-3.0.vapi3486 public class DOMMouseEvent : WebKit.DOMUIEvent {
3839 public class DOMUIEvent : WebKit.DOMEvent {
3841 protected DOMUIEvent ();
/dports/www/midori/core-9.0/vapi/
H A Dwebkit2gtk-web-extension-4.0.vapi2347 [GIR (name = "DOMUIEvent")]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-234018 (KJS::DOMUIEvent::getValueProperty):
8008 (KJS::DOMUIEvent::getOwnProperty):
8719 (KJS::DOMUIEvent::get):
16042 …(KJS::DOMUIEvent::DOMUIEvent): Set prototype; without this, the event-creation test case will fail.
17147 (KJS::DOMUIEvent::DOMUIEvent):
17148 (KJS::DOMUIEvent::getValueProperty):
17164 (KJS::DOMUIEvent::):
43990 (-[DOMUIEvent view]): Implemented.
45610 (-[DOMUIEvent view]):
45611 (-[DOMUIEvent detail]):
[all …]
H A DWebCore.order26118 -[DOMUIEvent detail]
26119 -[DOMUIEvent view]
H A DWebCore.gypi406 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMUIEvent.h',
6850 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMUIEvent.mm',
H A DChangeLog-2003-10-2517237 (DOMUIEvent::getValueProperty): Added which property.
17287 (DOMUIEvent::getValueProperty): Implemented layerX and layerY
17374 (DOMUIEvent::getValueProperty): Implemented pageX and pageY properties.
17558 (DOMUIEvent::getValueProperty): Added new KeyCode attribute.
H A DChangeLog-2006-12-3132155 DOMOverflowEvent, DOMUIEvent, and DOMWheelEvent.
47053 Complete DOMUIEvent Obj-C API to reflect UIEvent
47058 Updated DOMUIEvent to include all DOM Level 2 properties
47069 (-[DOMUIEvent _UIEvent]):
47070 (-[DOMUIEvent view]):
47071 (-[DOMUIEvent detail]):
47072 (-[DOMUIEvent initUIEvent:::::]):
H A DChangeLog-2002-12-0315190 (KJS::getEventExceptionConstructor), (DOMUIEvent::tryGet),
15191 (DOMUIEvent::getValueProperty), (DOMUIEventProtoFunc::tryCall),
H A DChangeLog-2005-12-191341 (KJS::DOMUIEvent::getValueProperty):
18418 (-[DOMUIEvent detail]):
18419 (-[DOMUIEvent initUIEvent:::::]):
H A DChangeLog-2006-05-1013358 (KJS::DOMUIEvent::getValueProperty):
20800 (KJS::DOMUIEvent::getValueProperty):
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs6200 pub const DOMUIEvent: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 810616523, dat… const
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtml.h5044 typedef class DOMUIEvent DOMUIEvent; typedef
5046 typedef struct DOMUIEvent DOMUIEvent; typedef
116513 class DECLSPEC_UUID("305106cb-98b5-11cf-bb82-00aa00bdce0b") DOMUIEvent;
116515 __CRT_UUID_DECL(DOMUIEvent, 0x305106cb, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,0x0b)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtml.h5044 typedef class DOMUIEvent DOMUIEvent; typedef
5046 typedef struct DOMUIEvent DOMUIEvent; typedef
116513 class DECLSPEC_UUID("305106cb-98b5-11cf-bb82-00aa00bdce0b") DOMUIEvent;
116515 __CRT_UUID_DECL(DOMUIEvent, 0x305106cb, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,0x0b)

12