Home
last modified time | relevance | path

Searched refs:CreateTouch (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/input/
H A Devent_with_latency_info_unittest.cc182 touch0 = CreateTouch(WebInputEvent::kTouchMove); in TEST_F()
183 touch1 = CreateTouch(WebInputEvent::kTouchMove); in TEST_F()
186 touch0 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
187 touch1 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
193 touch0 = CreateTouch(WebInputEvent::kTouchMove, 1); in TEST_F()
194 touch1 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
198 touch0 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
199 touch1 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
207 touch0 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
208 touch1 = CreateTouch(WebInputEvent::kTouchMove, 2); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/input/
H A Devent_with_latency_info_unittest.cc170 CreateTouch(WebInputEvent::Type::kTouchStart); in TEST_F()
172 CreateTouch(WebInputEvent::Type::kTouchMove); in TEST_F()
184 touch0 = CreateTouch(WebInputEvent::Type::kTouchMove); in TEST_F()
185 touch1 = CreateTouch(WebInputEvent::Type::kTouchMove); in TEST_F()
188 touch0 = CreateTouch(WebInputEvent::Type::kTouchMove, 2); in TEST_F()
189 touch1 = CreateTouch(WebInputEvent::Type::kTouchMove, 2); in TEST_F()
195 touch0 = CreateTouch(WebInputEvent::Type::kTouchMove, 1); in TEST_F()
196 touch1 = CreateTouch(WebInputEvent::Type::kTouchMove, 2); in TEST_F()
200 touch0 = CreateTouch(WebInputEvent::Type::kTouchMove, 2); in TEST_F()
201 touch1 = CreateTouch(WebInputEvent::Type::kTouchMove, 2); in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsIDocument.h2741 CreateTouch(nsGlobalWindow* aView, mozilla::dom::EventTarget* aTarget,
H A DnsDocument.cpp10118 nsIDocument::CreateTouch(nsGlobalWindow* aView, in CreateTouch() function in nsIDocument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIDocument.h2705 already_AddRefed<mozilla::dom::Touch> CreateTouch(
H A DnsDocument.cpp9165 already_AddRefed<Touch> nsIDocument::CreateTouch( in CreateTouch() function in nsIDocument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.h3416 already_AddRefed<Touch> CreateTouch(nsGlobalWindowInner* aView,
H A DDocument.cpp12312 already_AddRefed<Touch> Document::CreateTouch( in CreateTouch() function in mozilla::dom::Document
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.h3503 already_AddRefed<Touch> CreateTouch(nsGlobalWindowInner* aView,
H A DDocument.cpp13367 already_AddRefed<Touch> Document::CreateTouch( in CreateTouch() function in mozilla::dom::Document
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.h3469 already_AddRefed<Touch> CreateTouch(nsGlobalWindowInner* aView,
H A DDocument.cpp13144 already_AddRefed<Touch> Document::CreateTouch( in CreateTouch() function in mozilla::dom::Document
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.h3469 already_AddRefed<Touch> CreateTouch(nsGlobalWindowInner* aView,
H A DDocument.cpp13144 already_AddRefed<Touch> Document::CreateTouch( in CreateTouch() function in mozilla::dom::Document
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Ddocument.rs3114 fn CreateTouch(&self, in CreateTouch() method