Searched refs:preferredWidth (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Popover.js | 47 show: function(anchor, preferredWidth, preferredHeight) argument 57 var preferredWidth = preferredWidth || this.contentElement.offsetWidth; 63 this._positionElement(anchor, preferredWidth, preferredHeight); 81 _positionElement: function(anchorElement, preferredWidth, preferredHeight) argument 90 preferredWidth = Math.max(preferredWidth, 50); 103 …var newElementPosition = { x: 0, y: 0, width: preferredWidth + scrollerWidth, height: preferredHei…
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
D | webviewtest.qml | 12 property alias prefWidth: myweb.preferredWidth 20 preferredWidth: 600
|
D | webviewtestdefault.qml | 12 property alias prefWidth: myweb.preferredWidth
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 102 …Q_PROPERTY(int preferredWidth READ preferredWidth WRITE setPreferredWidth NOTIFY preferredWidthCha… 147 int preferredWidth() const;
|
D | qdeclarativewebview.cpp | 278 if (!preferredWidth()) in init() 279 setPreferredWidth(d->view->preferredWidth()); in init() 412 int QDeclarativeWebView::preferredWidth() const in preferredWidth() function in QDeclarativeWebView
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 350 int preferredWidth = in doDropDown() local 356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight); in doDropDown()
|
D | CComboBox.java | 590 int preferredWidth = 597 preferredWidth,
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 373 QCOMPARE(wv->property("prefWidth").toDouble(), view.preferredWidth()); in preferredWidthDefaultTest()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.cpp | 2520 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; in computePositionedLogicalWidthUsing() local 2523 logicalWidthValue = min(max(preferredMinWidth, availableWidth), preferredWidth); in computePositionedLogicalWidthUsing() 2530 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; in computePositionedLogicalWidthUsing() local 2533 logicalWidthValue = min(max(preferredMinWidth, availableWidth), preferredWidth); in computePositionedLogicalWidthUsing()
|
D | RenderBlock.cpp | 4781 static inline void updatePreferredWidth(int& preferredWidth, float& result) in updatePreferredWidth() argument 4784 preferredWidth = max(snappedResult, preferredWidth); in updatePreferredWidth()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 1774 …This patch fixes the checkerboard visible at startup even if preferredWidth and preferredHeight ar…
|
D | ChangeLog-2011-02-16 | 6398 (QDeclarativeWebView::preferredWidth):
|