Home
last modified time | relevance | path

Searched defs:cancelableArg (Results 1 – 25 of 139) sorted by relevance

123456

/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom2_eventsimpl.cpp297 EventImpl::EventImpl(EventId _id, bool canBubbleArg, bool cancelableArg) in EventImpl()
439 UIEventImpl::UIEventImpl(EventId _id, bool canBubbleArg, bool cancelableArg, in UIEventImpl()
459 bool cancelableArg, in initUIEvent()
505 bool cancelableArg, in MouseEventImpl()
585 bool cancelableArg, in initMouseEvent()
734 bool cancelableArg, in initKeyBaseEvent()
884 bool cancelableArg, in initKeyboardEvent()
997 bool cancelableArg, in initTextEvent()
1044 bool cancelableArg, in MutationEventImpl()
1089 bool cancelableArg, in initMutationEvent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/
H A Dxformsevent.cxx26 sal_Bool canBubbleArg, sal_Bool cancelableArg) in initXFormsEvent()
74 sal_Bool cancelableArg) in initEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/
H A Dxformsevent.cxx29 sal_Bool canBubbleArg, sal_Bool cancelableArg) in initXFormsEvent()
77 sal_Bool cancelableArg) in initEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DUIEvent.cpp35 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<A… in UIEvent()
46 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassR… in initUIEvent()
H A DClipboardEvent.h40 …lipboardEvent> create(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtr<… in create()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/events/
H A Duievent.cxx49 sal_Bool cancelableArg, in initUIEvent()
108 sal_Bool cancelableArg) in initEvent()
H A Dmouseevent.cxx95 sal_Bool cancelableArg, in initMouseEvent()
136 sal_Bool cancelableArg, in initUIEvent()
189 sal_Bool cancelableArg) in initEvent()
H A Dmutationevent.cxx69 sal_Bool canBubbleArg, sal_Bool cancelableArg, in initMutationEvent()
130 sal_Bool cancelableArg) in initEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/events/
H A Duievent.cxx49 sal_Bool cancelableArg, in initUIEvent()
108 sal_Bool cancelableArg) in initEvent()
H A Dmouseevent.cxx95 sal_Bool cancelableArg, in initMouseEvent()
136 sal_Bool cancelableArg, in initUIEvent()
189 sal_Bool cancelableArg) in initEvent()
H A Dmutationevent.cxx69 sal_Bool canBubbleArg, sal_Bool cancelableArg, in initMutationEvent()
130 sal_Bool cancelableArg) in initEvent()
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Devents.c94 int canBubbleArg, int cancelableArg) in DOM_Event_initEvent()
117 int canBubbleArg, int cancelableArg, in DOM_UIEvent_initUIEvent()
343 int canBubbleArg, int cancelableArg, in DOM_KeyEvent_initKeyEvent()
362 int canBubbleArg, int cancelableArg, in DOM_MutationEvent_initMutationEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsIDOMKeyEvent.cs81 bool cancelableArg); in initEvent()
99 bool cancelableArg, in initUIEvent()
135 bool cancelableArg, in initKeyEvent()
H A DnsIDOMUIEvent.cs81 bool cancelableArg); in initEvent()
99 bool cancelableArg, in initUIEvent()
H A DnsIDOMMouseEvent.cs81 bool cancelableArg); in initEvent()
99 bool cancelableArg, in initUIEvent()
151 bool cancelableArg, in initMouseEvent()
/dports/textproc/domc/domc-0.8.0/src/
H A Devents.c99 int canBubbleArg, int cancelableArg) in DOM_Event_initEvent()
114 int canBubbleArg, int cancelableArg, in DOM_UIEvent_initUIEvent()
338 int canBubbleArg, int cancelableArg, in DOM_TextEvent_initTextEvent()
373 int canBubbleArg, int cancelableArg, in DOM_MutationEvent_initMutationEvent()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomEvent.java169 boolean cancelableArg) in initEvent()
270 boolean cancelableArg, in initMutationEvent()
330 boolean cancelableArg, in initUIEvent()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/
H A DDomEvent.java169 boolean cancelableArg) in initEvent()
270 boolean cancelableArg, in initMutationEvent()
330 boolean cancelableArg, in initUIEvent()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomEvent.java169 boolean cancelableArg) in initEvent()
270 boolean cancelableArg, in initMutationEvent()
330 boolean cancelableArg, in initUIEvent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/
H A DDomEvent.java169 boolean cancelableArg) in initEvent()
270 boolean cancelableArg, in initMutationEvent()
330 boolean cancelableArg, in initUIEvent()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/
H A DDomEvent.java169 boolean cancelableArg) in initEvent()
270 boolean cancelableArg, in initMutationEvent()
330 boolean cancelableArg, in initUIEvent()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/
H A DDomEvent.java162 boolean cancelableArg) in initEvent()
263 boolean cancelableArg, in initMutationEvent()
323 boolean cancelableArg, in initUIEvent()
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Ddom2_events.cpp178 void Event::initEvent(const DOMString &eventTypeArg, bool canBubbleArg, bool cancelableArg) in initEvent()
365 bool cancelableArg, in initUIEvent()
513 bool cancelableArg, in initMouseEvent()
579 bool cancelableArg, in initTextEvent()
663 bool cancelableArg, in initKeyboardEvent()
764 bool cancelableArg, in initMutationEvent()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/events/
H A DUIEvent.java54 boolean cancelableArg, in initUIEvent()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/w3c_dom/org/w3c/dom/events/
H A DUIEvent.java54 boolean cancelableArg, in initUIEvent()

123456