Searched refs:CEF_TET_PRESSED (Results 1 – 8 of 8) sorted by relevance
53 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()
1258 if (!forward_touch_to_popup_ && event.type == CEF_TET_PRESSED && in SendTouchEvent()
292 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()
1666 CEF_TET_PRESSED, enumerator
867 touch_event.type = CEF_TET_PRESSED; in OnTouchEvent()
1675 touch_event.type = CEF_TET_PRESSED; in TouchEvent()
323 event_type = CEF_TET_PRESSED;
19799 + if (event.type == CEF_TET_PRESSED) {63923 + touch_pressed.type = CEF_TET_PRESSED;