Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc289 if (insets == insets_) in SetOverlayInsets()
291 insets_ = insets; in SetOverlayInsets()
321 x += widget_bounds.width() - prefsize.width() - insets_.right; in ComputeBounds()
323 x += insets_.left; in ComputeBounds()
327 y += widget_bounds.height() - prefsize.height() - insets_.bottom; in ComputeBounds()
329 y += insets_.top; in ComputeBounds()
Doverlay_view_host.h54 CefInsets insets() const { return insets_; } in insets()
76 CefInsets insets_; variable