Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dview_util.cc196 display::Display GetDisplayNearestPoint(const gfx::Point& point, in GetDisplayNearestPoint() function
205 return display::Screen::GetScreen()->GetDisplayNearestPoint(find_point); in GetDisplayNearestPoint()
239 const display::Display& display = GetDisplayNearestPoint(*point, false); in ConvertPointToScreen()
253 const display::Display& display = GetDisplayNearestPoint(*point, true); in ConvertPointFromScreen()
Ddisplay_impl.cc18 CefRefPtr<CefDisplay> CefDisplay::GetDisplayNearestPoint( in GetDisplayNearestPoint() function in CefDisplay
22 return new CefDisplayImpl(view_util::GetDisplayNearestPoint( in GetDisplayNearestPoint()
Dview_util.h76 display::Display GetDisplayNearestPoint(const gfx::Point& point,
/third_party/cef/include/views/
Dcef_display.h67 static CefRefPtr<CefDisplay> GetDisplayNearestPoint(const CefPoint& point,
/third_party/cef/libcef_dll/
Dviews_stub.cc54 CefRefPtr<CefDisplay> CefDisplay::GetDisplayNearestPoint( in GetDisplayNearestPoint() function in CefDisplay
/third_party/cef/libcef_dll/ctocpp/views/
Ddisplay_ctocpp.cc34 CefRefPtr<CefDisplay> CefDisplay::GetDisplayNearestPoint( in GetDisplayNearestPoint() function in CefDisplay
/third_party/cef/libcef_dll/cpptoc/views/
Ddisplay_cpptoc.cc49 CefRefPtr<CefDisplay> _retval = CefDisplay::GetDisplayNearestPoint( in cef_display_get_nearest_point()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc147 ->GetDisplayNearestPoint( in GetWindowScaleFactor()