Searched refs:insets_ (Results 1 – 2 of 2) sorted by relevance
289 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()
54 CefInsets insets() const { return insets_; } in insets()76 CefInsets insets_; variable