HomeSort by relevance Sort by last modified time
    Searched defs:kMaxHeight (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 63 static const CGFloat kMaxHeight;
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 67 static const int kMaxHeight;
extension_popup_gtk.cc 34 const int ExtensionPopupGtk::kMaxHeight = 600;
151 int height = std::max(kMinHeight, std::min(kMaxHeight, new_size.height()));
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 44 const int ExtensionPopup::kMaxHeight = 600;
174 std::max(kMinHeight, std::min(kMaxHeight, sz.height())));
extension_popup.h 98 static const int kMaxHeight;
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 72 static const int kMaxHeight = 500;
163 , m_maxHeight(kMaxHeight)
335 m_listBox->setMaxHeight(kMaxHeight);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc     [all...]

Completed in 163 milliseconds