/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.h | 46 void SendCaptureLostEvent() override;
|
D | alloy_browser_host_impl.cc | 655 void AlloyBrowserHostImpl::SendCaptureLostEvent() { in SendCaptureLostEvent() function in AlloyBrowserHostImpl 659 base::BindOnce(&AlloyBrowserHostImpl::SendCaptureLostEvent, this)); in SendCaptureLostEvent() 664 platform_delegate_->SendCaptureLostEvent(); in SendCaptureLostEvent()
|
D | browser_platform_delegate_alloy.cc | 249 void CefBrowserPlatformDelegateAlloy::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserPlatformDelegateAlloy
|
D | alloy_browser_host_impl.h | 115 void SendCaptureLostEvent() override;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 104 void SendCaptureLostEvent() override;
|
D | browser_host_ctocpp.cc | 765 NO_SANITIZE("cfi-icall") void CefBrowserHostCToCpp::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserHostCToCpp
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 95 void SendCaptureLostEvent() override;
|
D | chrome_browser_host_impl.cc | 273 void ChromeBrowserHostImpl::SendCaptureLostEvent() { in SendCaptureLostEvent() function in ChromeBrowserHostImpl
|
/third_party/cef/include/ |
D | cef_browser.h | 712 virtual void SendCaptureLostEvent() = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 235 virtual void SendCaptureLostEvent();
|
D | browser_platform_delegate.cc | 179 void CefBrowserPlatformDelegate::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 887 CefBrowserHostCppToC::Get(self)->SendCaptureLostEvent(); in browser_host_send_capture_lost_event()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 773 browser_->GetHost()->SendCaptureLostEvent(); in OnCaptureLost()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 13662 @@ -259,6 +259,16 @@ void CefBrowserPlatformDelegateAlloy::SendCaptureLostEvent() { 13708 void SendCaptureLostEvent() override;
|