Searched defs:preferredHeight (Results 1 – 5 of 5) sorted by relevance
150 unsigned preferredHeight = value.isEmpty() ? defaultAttachedHeight : value.toUInt(); in restoreAttachedWindowHeight() local158 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowHeight(unsigned preferredHeight, un… in constrainedAttachedWindowHeight()
47 show: function(anchor, preferredWidth, preferredHeight) argument81 _positionElement: function(anchorElement, preferredWidth, preferredHeight) argument
348 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); in doDropDown() local
208 - (int)preferredHeight; method in Private1109 - (int)preferredHeight { method
431 int QDeclarativeWebView::preferredHeight() const in preferredHeight() function in QDeclarativeWebView