Home
last modified time | relevance | path

Searched refs:CEF_TET_PRESSED (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc53 if (touch.type == CEF_TET_PRESSED && pointer_id_is_active) { in OnTouch()
56 } else if (touch.type != CEF_TET_PRESSED && !pointer_id_is_active) { in OnTouch()
64 case CEF_TET_PRESSED: in OnTouch()
186 case CEF_TET_PRESSED: in UpdateCachedAction()
Drender_widget_host_view_osr.cc1258 if (!forward_touch_to_popup_ && event.type == CEF_TET_PRESSED && in SendTouchEvent()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc292 touch_state_ = CEF_TET_PRESSED; in OnQuery()
295 case CEF_TET_PRESSED: { in OnQuery()
328 touch_state_ = CEF_TET_PRESSED; in OnQuery()
330 case CEF_TET_PRESSED: in OnQuery()
1066 touch_event1.type = CEF_TET_PRESSED; in OnPaint()
1073 touch_event2.type = CEF_TET_PRESSED; in OnPaint()
1102 touch_event.type = CEF_TET_PRESSED; in OnPaint()
/third_party/cef/include/internal/
Dcef_types.h1666 CEF_TET_PRESSED, enumerator
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc867 touch_event.type = CEF_TET_PRESSED; in OnTouchEvent()
Dbrowser_window_osr_gtk.cc1675 touch_event.type = CEF_TET_PRESSED; in TouchEvent()
Dbrowser_window_osr_mac.mm323 event_type = CEF_TET_PRESSED;
/third_party/chromium/patch/
D0003-ohos-1115.patch19799 + if (event.type == CEF_TET_PRESSED) {
63923 + touch_pressed.type = CEF_TET_PRESSED;