Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc307 const auto& prefsize = view_->GetPreferredSize(); in ComputeBounds() local
321 x += widget_bounds.width() - prefsize.width() - insets_.right; in ComputeBounds()
327 y += widget_bounds.height() - prefsize.height() - insets_.bottom; in ComputeBounds()
332 return gfx::Rect(x, y, prefsize.width(), prefsize.height()); in ComputeBounds()