Searched refs:widget_bounds (Results 1 – 1 of 1) sorted by relevance
304 const auto& widget_bounds = window_view_->bounds(); in ComputeBounds() local313 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()