Searched refs:prefsize (Results 1 – 1 of 1) sorted by relevance
307 const auto& prefsize = view_->GetPreferredSize(); in ComputeBounds() local321 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()