GetMinimumWidth   154 ash/frame/custom_frame_view_ash.cc   int GetMinimumWidth() const;
GetMinimumWidth   525 ash/frame/custom_frame_view_ash.cc       std::max(header_view_->GetMinimumWidth(), min_client_view_size.width()),
GetMinimumWidth   535 ash/frame/custom_frame_view_ash.cc     width = std::max(header_view_->GetMinimumWidth(), max_client_size.width());