Searched defs:kDialogMaxHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc69 const int kDialogMaxHeight = 300; member in namespace:__anon5255
510 std::min(scrollable_size.height(), kDialogMaxHeight));
516 dialog_width, std::min(header_only_size.height(), kDialogMaxHeight));
804 kDialogMaxHeight);

Completed in 104 milliseconds