Home
last modified time | relevance | path

Searched refs:touch_cancelled (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/libweston/
Dtouch-calibration.c63 bool touch_cancelled; member
116 if (calibrator->touch_cancelled) { in notify_touch_calibrator()
119 calibrator->touch_cancelled = false; in notify_touch_calibrator()
133 calibrator->touch_cancelled = true; in notify_touch_calibrator()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch59769 + CefTouchEvent touch_cancelled;
59770 + touch_cancelled.type = CEF_TET_CANCELLED;
59772 + browser_->GetHost()->SendTouchEvent(touch_cancelled);