Searched refs:kMaxHeight (Results 1 – 14 of 14) sorted by relevance
34 const int ExtensionPopupGtk::kMaxHeight = 600; member in ExtensionPopupGtk151 int height = std::max(kMinHeight, std::min(kMaxHeight, new_size.height())); in OnExtensionPreferredSizeChanged()
62 ExtensionPopupGtk::kMaxHeight); in RenderViewCreated()
67 static const int kMaxHeight; variable
44 const int ExtensionPopup::kMaxHeight = 600; member in ExtensionPopup174 std::max(kMinHeight, std::min(kMaxHeight, sz.height()))); in OnExtensionPreferredSizeChanged()
98 static const int kMaxHeight; variable
201 ExtensionPopup::kMaxHeight); in RenderViewCreated()
63 static const CGFloat kMaxHeight; variable
15 const CGFloat ExtensionViewMac::kMaxHeight = 600.0;91 CGSizeMake(ExtensionViewMac::kMaxWidth, ExtensionViewMac::kMaxHeight));
253 ExtensionViewMac::kMaxHeight))];334 NSSize maxSize = {ExtensionViewMac::kMaxWidth, ExtensionViewMac::kMaxHeight};
205 const int kMaxHeight = 200; in TestCreate() local208 uint32_t height = random->nextULessThan(kMaxHeight); in TestCreate()210 uint32_t y = random->nextULessThan(kMaxHeight - height); in TestCreate()
88 return gfx::Size(ExtensionPopup::kMaxWidth, ExtensionPopup::kMaxHeight); in GetMaxPopupSize()
91 return gfx::Size(ExtensionPopupGtk::kMaxWidth, ExtensionPopupGtk::kMaxHeight); in GetMaxPopupSize()
72 static const int kMaxHeight = 500; variable163 , m_maxHeight(kMaxHeight) in PopupListBox()335 m_listBox->setMaxHeight(kMaxHeight); in layoutAndCalculateWidgetRect()
1938 static const size_t kMaxHeight = 24; in GetInfobarArrowSize() local1943 size_t height = kDefaultHeight + (kMaxHeight - kDefaultHeight) * progress; in GetInfobarArrowSize()