Home
last modified time | relevance | path

Searched refs:kMaxHeight (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_popup_gtk.cc34 const int ExtensionPopupGtk::kMaxHeight = 600; member in ExtensionPopupGtk
151 int height = std::max(kMinHeight, std::min(kMaxHeight, new_size.height())); in OnExtensionPreferredSizeChanged()
Dextension_view_gtk.cc62 ExtensionPopupGtk::kMaxHeight); in RenderViewCreated()
Dextension_popup_gtk.h67 static const int kMaxHeight; variable
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_popup.cc44 const int ExtensionPopup::kMaxHeight = 600; member in ExtensionPopup
174 std::max(kMinHeight, std::min(kMaxHeight, sz.height()))); in OnExtensionPreferredSizeChanged()
Dextension_popup.h98 static const int kMaxHeight; variable
Dextension_view.cc201 ExtensionPopup::kMaxHeight); in RenderViewCreated()
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_view_mac.h63 static const CGFloat kMaxHeight; variable
Dextension_view_mac.mm15 const CGFloat ExtensionViewMac::kMaxHeight = 600.0;
91 CGSizeMake(ExtensionViewMac::kMaxWidth, ExtensionViewMac::kMaxHeight));
Dextension_popup_controller.mm253 ExtensionViewMac::kMaxHeight))];
334 NSSize maxSize = {ExtensionViewMac::kMaxWidth, ExtensionViewMac::kMaxHeight};
/external/skia/src/effects/
DSkMagnifierImageFilter.cpp205 const int kMaxHeight = 200; in TestCreate() local
208 uint32_t height = random->nextULessThan(kMaxHeight); in TestCreate()
210 uint32_t y = random->nextULessThan(kMaxHeight - height); in TestCreate()
/external/chromium/chrome/browser/extensions/
Dbrowser_action_test_util_views.cc88 return gfx::Size(ExtensionPopup::kMaxWidth, ExtensionPopup::kMaxHeight); in GetMaxPopupSize()
Dbrowser_action_test_util_gtk.cc91 return gfx::Size(ExtensionPopupGtk::kMaxWidth, ExtensionPopupGtk::kMaxHeight); in GetMaxPopupSize()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp72 static const int kMaxHeight = 500; variable
163 , m_maxHeight(kMaxHeight) in PopupListBox()
335 m_listBox->setMaxHeight(kMaxHeight); in layoutAndCalculateWidgetRect()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.cc1938 static const size_t kMaxHeight = 24; in GetInfobarArrowSize() local
1943 size_t height = kDefaultHeight + (kMaxHeight - kDefaultHeight) * progress; in GetInfobarArrowSize()