Searched refs:non_sticky_size (Results 1 – 1 of 1) sorted by relevance
350 gfx::Size non_sticky_size = non_sticky_container_->GetPreferredSize(); in UpdateBounds() local352 (!preferred_size_.IsEmpty() && !non_sticky_size.IsEmpty()) ? in UpdateBounds()354 preferred_size_.Enlarge(0, non_sticky_size.height() + margin); in UpdateBounds()356 preferred_size_.width(), non_sticky_size.width())); in UpdateBounds()