Home
last modified time | relevance | path

Searched refs:uievent (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcompositionevent.rs11 use dom::uievent::UIEvent;
17 uievent: UIEvent, field
30 uievent: UIEvent::new_inherited(), in new()
35 ev.uievent.InitUIEvent(type_, can_bubble, cancelable, view, detail); in new()
62 self.uievent.IsTrusted() in IsTrusted()
H A Dinputevent.rs11 use dom::uievent::UIEvent;
17 uievent: UIEvent, field
32 uievent: UIEvent::new_inherited(), in new()
38 ev.uievent.InitUIEvent(type_, can_bubble, cancelable, view, detail); in new()
71 self.uievent.IsTrusted() in IsTrusted()
H A Dfocusevent.rs15 use dom::uievent::UIEvent;
22 uievent: UIEvent, field
29 uievent: UIEvent::new_inherited(), in new_inherited()
80 self.uievent.IsTrusted() in IsTrusted()
H A Dtouchevent.rs14 use dom::uievent::UIEvent;
21 uievent: UIEvent, field
36 uievent: UIEvent::new_inherited(), in new_inherited()
120 self.uievent.IsTrusted() in IsTrusted()
H A Dmouseevent.rs15 use dom::uievent::UIEvent;
25 uievent: UIEvent, field
42 uievent: UIEvent::new_inherited(), in new_inherited()
222 self.uievent.IsTrusted() in IsTrusted()
H A Dmod.rs450 pub mod uievent; module
H A Dkeyboardevent.rs15 use dom::uievent::UIEvent;
26 uievent: UIEvent, field
45 uievent: UIEvent::new_inherited(), in new_inherited()
857 self.uievent.IsTrusted()
H A Ddocument.rs84 use dom::uievent::UIEvent;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dui_events_helper.cc79 auto uievent = std::make_unique<ui::TouchEvent>( in MakeUITouchEventsFromWebTouchEvents() local
85 uievent->set_location_f(location); in MakeUITouchEventsFromWebTouchEvents()
86 uievent->set_root_location_f(location); in MakeUITouchEventsFromWebTouchEvents()
87 uievent->set_latency(touch_with_latency.latency); in MakeUITouchEventsFromWebTouchEvents()
88 list->push_back(std::move(uievent)); in MakeUITouchEventsFromWebTouchEvents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dui_events_helper.cc79 auto uievent = std::make_unique<ui::TouchEvent>( in MakeUITouchEventsFromWebTouchEvents() local
85 uievent->set_location_f(location); in MakeUITouchEventsFromWebTouchEvents()
86 uievent->set_root_location_f(location); in MakeUITouchEventsFromWebTouchEvents()
87 uievent->set_latency(touch_with_latency.latency); in MakeUITouchEventsFromWebTouchEvents()
88 list->push_back(std::move(uievent)); in MakeUITouchEventsFromWebTouchEvents()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DUIEvent.webidl5 // https://w3c.github.io/uievents/#interface-uievent
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/
H A DLibrary_unoxml.mk73 unoxml/source/events/uievent \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/
H A DLibrary_unoxml.mk73 unoxml/source/events/uievent \
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dscript_thread.rs57 use dom::uievent::UIEvent;
2483 let uievent = UIEvent::new(&window, in handle_resize_event() localVariable
2487 uievent.upcast::<Event>().fire(window.upcast()); in handle_resize_event()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/releng/planning/mars/
H A Dmars_01Daniel.csv114 1,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_03Wojtek.csv114 1,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_04Dani.csv114 ,432463,"4.4.1","[Model] add part disposing uievent","minor"
H A Dbugs_to_prioritize_mars.csv114 ,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_02Paul.csv114 4,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_05Brian.csv114 ,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_06Szymon.csv114 ,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dmars_07Eric.csv114 ,432463,4.4.1,[Model] add part disposing uievent,minor
H A Dsearch_o.csv155 432463,"---","platform-ui-triaged","NEW","---","[Model] add part disposing uievent","minor",
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.53877 arch/win32/uidriveplus4.c, arch/win32/uievent.c,
3962 arch/win32/uidriveplus4.c, arch/win32/uievent.c,
4047 arch/win32/uidriveplus4.c, arch/win32/uievent.c,
4208 arch/win32/uievent.c, arch/win32/uifliplist.c,
4977 * arch/win32/uievent.c, arch/win32/uievent.h: New files.
H A DChangeLog.6463 arch/win32/uievent.c, arch/win32/resmouse.rc,
996 uievent.c, uifliplist.c, uiperipheral.c: Unified and

12