Home
last modified time | relevance | path

Searched refs:kTouchTypeLast (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/common/input/
H A Dweb_input_event.h172 kTouchTypeLast = kTouchScrollStarted, enumerator
322 return kTouchTypeFirst <= type && type <= kTouchTypeLast; in IsTouchEventType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/input/
H A Dweb_input_event.h198 return Type::kTouchTypeFirst <= type && type <= Type::kTouchTypeLast; in IsTouchEventType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/input/
H A Dinput_event.mojom130 kTouchTypeLast = kTouchScrollStarted,