Searched refs:CefTouchEvent (Results 1 – 25 of 32) sorted by relevance
12
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.h | 29 bool OnTouch(const CefTouchEvent& touch); 36 void CleanupRemovedTouchPoints(const CefTouchEvent& event); 41 const CefTouchEvent& cef_event); 52 bool AddTouch(const CefTouchEvent& touch, int id); 53 void UpdateTouch(const CefTouchEvent& touch, int id); 54 void UpdateCachedAction(const CefTouchEvent& touch, int id); 57 const CefTouchEvent& touch,
|
D | motion_event_osr.cc | 49 bool CefMotionEventOSR::OnTouch(const CefTouchEvent& touch) { in OnTouch() 103 void CefMotionEventOSR::CleanupRemovedTouchPoints(const CefTouchEvent& event) { in CleanupRemovedTouchPoints() 124 const CefTouchEvent& cef_event) { in MarkUnchangedTouchPointsAsStationary() 169 bool CefMotionEventOSR::AddTouch(const CefTouchEvent& touch, int id) { in AddTouch() 177 void CefMotionEventOSR::UpdateTouch(const CefTouchEvent& touch, int id) { in UpdateTouch() 183 void CefMotionEventOSR::UpdateCachedAction(const CefTouchEvent& touch, int id) { in UpdateCachedAction() 216 const CefTouchEvent& touch, in GetPointerPropertiesFromTouchEvent()
|
D | browser_platform_delegate_osr.h | 44 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | render_widget_host_view_osr.h | 236 void SendTouchEvent(const CefTouchEvent& event);
|
D | browser_platform_delegate_osr.cc | 158 void CefBrowserPlatformDelegateOsr::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent()
|
D | render_widget_host_view_osr.cc | 1254 void CefRenderWidgetHostViewOSR::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent() 1265 CefTouchEvent popup_event(event); in SendTouchEvent()
|
/third_party/cef/tests/shared/browser/ |
D | geometry_util.h | 20 void DeviceToLogical(CefTouchEvent& value, float device_scale_factor);
|
D | geometry_util.cc | 33 void DeviceToLogical(CefTouchEvent& value, float device_scale_factor) { in DeviceToLogical()
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_platform_delegate_background.h | 35 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_platform_delegate_background.cc | 76 const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_aura.h | 37 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_platform_delegate_native_mac.h | 35 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_platform_delegate_native_aura.cc | 67 const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.h | 55 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_platform_delegate_views.cc | 218 const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 94 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | chrome_browser_host_impl.cc | 269 void ChromeBrowserHostImpl::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 103 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_host_ctocpp.cc | 752 void CefBrowserHostCToCpp::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/include/ |
D | cef_browser.h | 706 virtual void SendTouchEvent(const CefTouchEvent& event) = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 228 virtual void SendTouchEvent(const CefTouchEvent& event);
|
D | browser_platform_delegate.cc | 171 void CefBrowserPlatformDelegate::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 114 void SendTouchEvent(const CefTouchEvent& event) override;
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1061 CefTouchEvent touch_event1; in OnPaint() 1068 CefTouchEvent touch_event2; in OnPaint() 1099 CefTouchEvent touch_event; in OnPaint()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 868 CefTouchEvent eventObj; in browser_host_send_touch_event()
|
12