Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dview_util.cc210 gfx::Rect find_bounds = bounds; in GetDisplayMatchingBounds() local
213 find_bounds = in GetDisplayMatchingBounds()
214 display::win::ScreenWin::ScreenToDIPRect(nullptr, find_bounds); in GetDisplayMatchingBounds()
217 return display::Screen::GetScreen()->GetDisplayMatching(find_bounds); in GetDisplayMatchingBounds()