Home
last modified time | relevance | path

Searched defs:preferredHeight (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp150 unsigned preferredHeight = value.isEmpty() ? defaultAttachedHeight : value.toUInt(); in restoreAttachedWindowHeight() local
158 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowHeight(unsigned preferredHeight, un… in constrainedAttachedWindowHeight()
/external/webkit/Source/WebCore/inspector/front-end/
DPopover.js47 show: function(anchor, preferredWidth, preferredHeight) argument
81 _positionElement: function(anchorElement, preferredWidth, preferredHeight) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java348 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); in doDropDown() local
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm208 - (int)preferredHeight; method in Private
1109 - (int)preferredHeight { method
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp431 int QDeclarativeWebView::preferredHeight() const in preferredHeight() function in QDeclarativeWebView