Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc304 const auto& widget_bounds = window_view_->bounds(); in ComputeBounds() local
313 int x = widget_bounds.x(); in ComputeBounds()
314 int y = widget_bounds.y(); in ComputeBounds()
321 x += widget_bounds.width() - prefsize.width() - insets_.right; in ComputeBounds()
327 y += widget_bounds.height() - prefsize.height() - insets_.bottom; in ComputeBounds()