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

/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h63 static const CGFloat kMaxHeight; member in class:ExtensionViewMac
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.h67 static const int kMaxHeight; member in class:ExtensionPopupGtk
H A Dextension_popup_gtk.cc34 const int ExtensionPopupGtk::kMaxHeight = 600; member in class:ExtensionPopupGtk
151 int height = std::max(kMinHeight, std::min(kMaxHeight, new_size.height()));
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.h98 static const int kMaxHeight; member in class:ExtensionPopup
H A Dextension_popup.cc44 const int ExtensionPopup::kMaxHeight = 600; member in class:ExtensionPopup
174 std::max(kMinHeight, std::min(kMaxHeight, sz.height())));
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp72 static const int kMaxHeight = 500; member in namespace:WebCore
163 , m_maxHeight(kMaxHeight)
335 m_listBox->setMaxHeight(kMaxHeight);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc1938 static const size_t kMaxHeight = 24; local
1943 size_t height = kDefaultHeight + (kMaxHeight - kDefaultHeight) * progress;

Completed in 176 milliseconds