Searched refs:preferredHeight (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorFrontendClientLocal.cpp | 150 unsigned preferredHeight = value.isEmpty() ? defaultAttachedHeight : value.toUInt(); in restoreAttachedWindowHeight() local 155 setAttachedWindowHeight(constrainedAttachedWindowHeight(preferredHeight, inspectedPageHeight)); in restoreAttachedWindowHeight() 158 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowHeight(unsigned preferredHeight, un… in constrainedAttachedWindowHeight() argument 161 …return roundf(max(minimumAttachedHeight, min<float>(preferredHeight, totalWindowHeight * maximumAt… in constrainedAttachedWindowHeight()
|
D | InspectorFrontendClientLocal.h | 80 …static unsigned constrainedAttachedWindowHeight(unsigned preferredHeight, unsigned totalWindowHeig…
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Popover.js | 47 show: function(anchor, preferredWidth, preferredHeight) argument 58 var preferredHeight = preferredHeight || this.contentElement.offsetHeight; 63 this._positionElement(anchor, preferredWidth, preferredHeight); 81 _positionElement: function(anchorElement, preferredWidth, preferredHeight) argument 103 …ewElementPosition = { x: 0, y: 0, width: preferredWidth + scrollerWidth, height: preferredHeight };
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
D | webviewtest.qml | 11 property alias prefHeight: myweb.preferredHeight 19 preferredHeight: 500
|
D | webviewtestdefault.qml | 11 property alias prefHeight: myweb.preferredHeight
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 103 …Q_PROPERTY(int preferredHeight READ preferredHeight WRITE setPreferredHeight NOTIFY preferredHeigh… 149 int preferredHeight() const;
|
D | qdeclarativewebview.cpp | 280 if (!preferredHeight()) in init() 281 setPreferredHeight(d->view->preferredHeight()); in init() 431 int QDeclarativeWebView::preferredHeight() const in preferredHeight() function in QDeclarativeWebView
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 348 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); in doDropDown() local 356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight); in doDropDown()
|
D | CComboBox.java | 588 int preferredHeight = Math.min(tableBounds.height, remainingDisplayHeight); 598 preferredHeight);
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 387 QCOMPARE(wv->property("prefHeight").toDouble(), view.preferredHeight()); in preferredHeightDefaultTest()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller.mm | 208 - (int)preferredHeight; method in Private 961 newHeight:[self preferredHeight]]; 1109 - (int)preferredHeight { method
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 1774 …h fixes the checkerboard visible at startup even if preferredWidth and preferredHeight are not set.
|
D | ChangeLog-2011-02-16 | 6400 (QDeclarativeWebView::preferredHeight):
|