/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1075 browser->GetHost()->SendTouchEvent(touch_event1); in OnPaint() 1076 browser->GetHost()->SendTouchEvent(touch_event2); in OnPaint() 1083 browser->GetHost()->SendTouchEvent(touch_event1); in OnPaint() 1084 browser->GetHost()->SendTouchEvent(touch_event2); in OnPaint() 1092 browser->GetHost()->SendTouchEvent(touch_event1); in OnPaint() 1093 browser->GetHost()->SendTouchEvent(touch_event2); in OnPaint() 1105 browser->GetHost()->SendTouchEvent(touch_event); in OnPaint() 1110 browser->GetHost()->SendTouchEvent(touch_event); in OnPaint() 1114 browser->GetHost()->SendTouchEvent(touch_event); in OnPaint()
|
/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 | 75 void CefBrowserPlatformDelegateBackground::SendTouchEvent( in SendTouchEvent() function in CefBrowserPlatformDelegateBackground
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 217 void CefBrowserPlatformDelegateViews::SendTouchEvent( in SendTouchEvent() function in CefBrowserPlatformDelegateViews 219 native_delegate_->SendTouchEvent(event); in SendTouchEvent()
|
D | browser_platform_delegate_views.h | 55 void SendTouchEvent(const CefTouchEvent& event) override;
|
/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 | 66 void CefBrowserPlatformDelegateNativeAura::SendTouchEvent( in SendTouchEvent() function in CefBrowserPlatformDelegateNativeAura
|
D | browser_platform_delegate_native_mac.mm | 308 void CefBrowserPlatformDelegateNativeMac::SendTouchEvent( function
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 44 void SendTouchEvent(const CefTouchEvent& event) override;
|
D | browser_platform_delegate_osr.cc | 158 void CefBrowserPlatformDelegateOsr::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent() function in CefBrowserPlatformDelegateOsr 161 view->SendTouchEvent(event); in SendTouchEvent()
|
D | render_widget_host_view_osr.h | 236 void SendTouchEvent(const CefTouchEvent& event);
|
D | render_widget_host_view_osr.cc | 1254 void CefRenderWidgetHostViewOSR::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent() function in CefRenderWidgetHostViewOSR 1268 popup_host_view_->SendTouchEvent(popup_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() function in ChromeBrowserHostImpl
|
/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() function in CefBrowserHostCToCpp
|
/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() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 639 void AlloyBrowserHostImpl::SendTouchEvent(const CefTouchEvent& event) { in SendTouchEvent() function in AlloyBrowserHostImpl 646 CEF_POST_TASK(CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::SendTouchEvent, in SendTouchEvent() 652 platform_delegate_->SendTouchEvent(event); in SendTouchEvent()
|
D | alloy_browser_host_impl.h | 114 void SendTouchEvent(const CefTouchEvent& event) override;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 873 CefBrowserHostCppToC::Get(self)->SendTouchEvent(eventObj); in browser_host_send_touch_event()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 882 browser_->GetHost()->SendTouchEvent(touch_event); in OnTouchEvent()
|
D | browser_window_osr_gtk.cc | 1696 host->SendTouchEvent(touch_event); in TouchEvent()
|