Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h61 void SetWindowlessFrameRate(int frame_rate) override;
Dbrowser_platform_delegate_osr.cc246 void CefBrowserPlatformDelegateOsr::SetWindowlessFrameRate(int frame_rate) { in SetWindowlessFrameRate() function in CefBrowserPlatformDelegateOsr
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h98 void SetWindowlessFrameRate(int frame_rate) override;
Dchrome_browser_host_impl.cc285 void ChromeBrowserHostImpl::SetWindowlessFrameRate(int frame_rate) {} in SetWindowlessFrameRate() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h107 void SetWindowlessFrameRate(int frame_rate) override;
Dbrowser_host_ctocpp.cc809 void CefBrowserHostCToCpp::SetWindowlessFrameRate(int frame_rate) { in SetWindowlessFrameRate() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h739 virtual void SetWindowlessFrameRate(int frame_rate) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h305 virtual void SetWindowlessFrameRate(int frame_rate);
Dbrowser_platform_delegate.cc263 void CefBrowserPlatformDelegate::SetWindowlessFrameRate(int frame_rate) { in SetWindowlessFrameRate() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc691 void AlloyBrowserHostImpl::SetWindowlessFrameRate(int frame_rate) { in SetWindowlessFrameRate() function in AlloyBrowserHostImpl
694 base::BindOnce(&AlloyBrowserHostImpl::SetWindowlessFrameRate, in SetWindowlessFrameRate()
702 platform_delegate_->SetWindowlessFrameRate(frame_rate); in SetWindowlessFrameRate()
Dalloy_browser_host_impl.h118 void SetWindowlessFrameRate(int frame_rate) override;
/third_party/cef/tests/cefclient/browser/
Dtest_runner.cc263 browser->GetHost()->SetWindowlessFrameRate(fps); in SetFPS()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc933 CefBrowserHostCppToC::Get(self)->SetWindowlessFrameRate(frame_rate); in browser_host_set_windowless_frame_rate()
/third_party/chromium/patch/
D0003-ohos-1115.patch10482 virtual void SetWindowlessFrameRate(int frame_rate) = 0;
26351 CefBrowserHostCppToC::Get(self)->SetWindowlessFrameRate(frame_rate);
31459 @@ -819,6 +857,435 @@ void CefBrowserHostCToCpp::SetWindowlessFrameRate(int frame_rate) {
32136 void SetWindowlessFrameRate(int frame_rate) override;