Searched refs:GetRootScreenRect (Results 1 – 13 of 13) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 28 virtual bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, 97 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) override;
|
D | client_handler_osr.cc | 46 bool ClientHandlerOsr::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() function in client::ClientHandlerOsr 51 return osr_delegate_->GetRootScreenRect(browser, rect); in GetRootScreenRect()
|
D | browser_window_osr_mac.h | 57 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) override;
|
D | osr_window_win.h | 113 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) override;
|
D | browser_window_osr_gtk.h | 60 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) override;
|
D | browser_window_osr_mac.mm | 1307 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect); 1497 bool BrowserWindowOsrMacImpl::GetRootScreenRect(CefRefPtr<CefBrowser> browser, 1834 bool BrowserWindowOsrMac::GetRootScreenRect(CefRefPtr<CefBrowser> browser, 1836 return impl_->GetRootScreenRect(browser, rect);
|
D | osr_window_win.cc | 940 bool OsrWindowWin::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() function in client::OsrWindowWin
|
D | browser_window_osr_gtk.cc | 1127 bool BrowserWindowOsrGtk::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() function in client::BrowserWindowOsrGtk
|
/third_party/cef/include/ |
D | cef_render_handler.h | 76 virtual bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) { in GetRootScreenRect() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 39 bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect& rect) override;
|
D | render_handler_ctocpp.cc | 43 bool CefRenderHandlerCToCpp::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() function in CefRenderHandlerCToCpp
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 67 bool _retval = CefRenderHandlerCppToC::Get(self)->GetRootScreenRect( in render_handler_get_root_screen_rect()
|
/third_party/cef/libcef/browser/osr/ |
D | render_widget_host_view_osr.cc | 727 if (handler->GetRootScreenRect(browser_impl_.get(), rc)) in GetBoundsInRootWindow()
|