Home
last modified time | relevance | path

Searched refs:MaxTouchPoints (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/pointer/
H A Dpointer_device.cc15 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device.h34 UI_BASE_EXPORT int MaxTouchPoints();
H A Dpointer_device_android.cc19 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device_win.cc75 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device_linux.cc66 int MaxTouchPoints() { in MaxTouchPoints() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/pointer/
H A Dpointer_device.cc15 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device.h35 COMPONENT_EXPORT(UI_BASE) int MaxTouchPoints();
H A Dpointer_device_android.cc19 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device_win.cc75 int MaxTouchPoints() { in MaxTouchPoints() function
H A Dpointer_device_linux.cc66 int MaxTouchPoints() { in MaxTouchPoints() function
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DTabContext.h49 uint32_t MaxTouchPoints() const { return mMaxTouchPoints; } in MaxTouchPoints() function
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DTabContext.h49 uint32_t MaxTouchPoints() const { return mMaxTouchPoints; } in MaxTouchPoints() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DTabContext.h49 uint32_t MaxTouchPoints() const { return mMaxTouchPoints; } in MaxTouchPoints() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DTabContext.h55 uint32_t MaxTouchPoints() const { return mMaxTouchPoints; } in MaxTouchPoints() function
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/emulation/
H A Demulation.go470MaxTouchPoints int64 `json:"maxTouchPoints,omitempty"` // Maximum touch points supported. Defaults… member
488 p.MaxTouchPoints = maxTouchPoints
H A Deasyjson.go293 out.MaxTouchPoints = int64(in.Int64())
313 if in.MaxTouchPoints != 0 {
316 out.Int64(int64(in.MaxTouchPoints))
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DNavigator.h145 uint32_t MaxTouchPoints();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DNavigator.h166 uint32_t MaxTouchPoints();
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DNavigator.h163 uint32_t MaxTouchPoints(CallerType aCallerType);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DNavigator.h163 uint32_t MaxTouchPoints(CallerType aCallerType);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DNavigator.h158 uint32_t MaxTouchPoints(CallerType aCallerType);
/dports/www/firefox/firefox-99.0/dom/base/
H A DNavigator.h164 uint32_t MaxTouchPoints(CallerType aCallerType);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_view_host_impl.cc682 prefs->pointer_events_max_touch_points = ui::MaxTouchPoints(); in SetSlowWebPreferences()
/dports/www/firefox/firefox-99.0/widget/
H A DPuppetWidget.cpp1047 return mBrowserChild ? mBrowserChild->MaxTouchPoints() : 0; in GetMaxTouchPoints()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DPuppetWidget.cpp1070 return mBrowserChild ? mBrowserChild->MaxTouchPoints() : 0; in GetMaxTouchPoints()

12