Home
last modified time | relevance | path

Searched refs:GetClientAreaBoundsInScreen (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/views/
Dcef_window.h277 virtual CefRect GetClientAreaBoundsInScreen() = 0;
/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc114 const CefRect& client_bounds = window->GetClientAreaBoundsInScreen(); in RunScrollViewLayout()
Dwindow_unittest.cc139 CefRect client_bounds_in_screen = window->GetClientAreaBoundsInScreen(); in RunWindowLayoutAndCoords()
/third_party/cef/libcef/browser/views/
Dwindow_impl.h72 CefRect GetClientAreaBoundsInScreen() override;
Dwindow_impl.cc500 CefRect CefWindowImpl::GetClientAreaBoundsInScreen() { in GetClientAreaBoundsInScreen() function in CefWindowImpl
503 gfx::Rect bounds = widget_->GetClientAreaBoundsInScreen(); in GetClientAreaBoundsInScreen()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h69 CefRect GetClientAreaBoundsInScreen() override;
Dwindow_ctocpp.cc489 CefRect CefWindowCToCpp::GetClientAreaBoundsInScreen() { in GetClientAreaBoundsInScreen() function in CefWindowCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc512 CefWindowCppToC::Get(self)->GetClientAreaBoundsInScreen(); in window_get_client_area_bounds_in_screen()