Searched refs:touch_cancelled (Results 1 – 2 of 2) sorted by relevance
63 bool touch_cancelled; member116 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()
59769 + CefTouchEvent touch_cancelled;59770 + touch_cancelled.type = CEF_TET_CANCELLED;59772 + browser_->GetHost()->SendTouchEvent(touch_cancelled);