kUnboundedSize     71 apps/app_window.cc   if (value != SizeConstraints::kUnboundedSize)
kUnboundedSize     14 apps/size_constraints.cc     : maximum_size_(kUnboundedSize, kUnboundedSize) {}
kUnboundedSize     27 apps/size_constraints.cc       size_constraints.width() == kUnboundedSize
kUnboundedSize     28 apps/size_constraints.cc           ? kUnboundedSize
kUnboundedSize     30 apps/size_constraints.cc       size_constraints.height() == kUnboundedSize
kUnboundedSize     31 apps/size_constraints.cc           ? kUnboundedSize
kUnboundedSize     37 apps/size_constraints.cc   if (max_size.width() != kUnboundedSize)
kUnboundedSize     39 apps/size_constraints.cc   if (max_size.height() != kUnboundedSize)
kUnboundedSize     47 apps/size_constraints.cc   return min_size.width() != kUnboundedSize ||
kUnboundedSize     48 apps/size_constraints.cc          min_size.height() != kUnboundedSize;
kUnboundedSize     53 apps/size_constraints.cc   return max_size.width() != kUnboundedSize ||
kUnboundedSize     54 apps/size_constraints.cc          max_size.height() != kUnboundedSize;
kUnboundedSize     67 apps/size_constraints.cc       maximum_size_.width() == kUnboundedSize
kUnboundedSize     68 apps/size_constraints.cc           ? kUnboundedSize
kUnboundedSize     70 apps/size_constraints.cc       maximum_size_.height() == kUnboundedSize
kUnboundedSize     71 apps/size_constraints.cc           ? kUnboundedSize
kUnboundedSize     56 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc const int kUnboundedSize = apps::SizeConstraints::kUnboundedSize;
kUnboundedSize     79 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc                              : kUnboundedSize);
kUnboundedSize     89 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc                                : kUnboundedSize);
kUnboundedSize    496 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   const int kUnboundedSize = apps::SizeConstraints::kUnboundedSize;
kUnboundedSize    497 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   hints.max_height = max_size.height() == kUnboundedSize ?
kUnboundedSize    499 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   hints.max_width = max_size.width() == kUnboundedSize ?