Home
last modified time | relevance | path

Searched refs:SendCaptureLostEvent (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.h46 void SendCaptureLostEvent() override;
Dalloy_browser_host_impl.cc655 void AlloyBrowserHostImpl::SendCaptureLostEvent() { in SendCaptureLostEvent() function in AlloyBrowserHostImpl
659 base::BindOnce(&AlloyBrowserHostImpl::SendCaptureLostEvent, this)); in SendCaptureLostEvent()
664 platform_delegate_->SendCaptureLostEvent(); in SendCaptureLostEvent()
Dbrowser_platform_delegate_alloy.cc249 void CefBrowserPlatformDelegateAlloy::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserPlatformDelegateAlloy
Dalloy_browser_host_impl.h115 void SendCaptureLostEvent() override;
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h104 void SendCaptureLostEvent() override;
Dbrowser_host_ctocpp.cc765 NO_SANITIZE("cfi-icall") void CefBrowserHostCToCpp::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserHostCToCpp
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h95 void SendCaptureLostEvent() override;
Dchrome_browser_host_impl.cc273 void ChromeBrowserHostImpl::SendCaptureLostEvent() { in SendCaptureLostEvent() function in ChromeBrowserHostImpl
/third_party/cef/include/
Dcef_browser.h712 virtual void SendCaptureLostEvent() = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h235 virtual void SendCaptureLostEvent();
Dbrowser_platform_delegate.cc179 void CefBrowserPlatformDelegate::SendCaptureLostEvent() { in SendCaptureLostEvent() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc887 CefBrowserHostCppToC::Get(self)->SendCaptureLostEvent(); in browser_host_send_capture_lost_event()
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc773 browser_->GetHost()->SendCaptureLostEvent(); in OnCaptureLost()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13662 @@ -259,6 +259,16 @@ void CefBrowserPlatformDelegateAlloy::SendCaptureLostEvent() {
13708 void SendCaptureLostEvent() override;