Searched refs:preferredWidth (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DPopover.js47 show: function(anchor, preferredWidth, preferredHeight)
57 var preferredWidth = preferredWidth || this.contentElement.offsetWidth;
63 this._positionElement(anchor, preferredWidth, preferredHeight);
81 _positionElement: function(anchorElement, preferredWidth, preferredHeight)
90 preferredWidth = Math.max(preferredWidth, 50);
103 var newElementPosition = { x: 0, y: 0, width: preferredWidth + scrollerWidth, height: preferredHeight };
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h102 Q_PROPERTY(int preferredWidth READ preferredWidth WRITE setPreferredWidth NOTIFY preferredWidthChanged)
147 int preferredWidth() const;
H A Dqdeclarativewebview.cpp185 If the preferredWidth property is set, the width will be this amount or larger,
186 usually laying out the Web content to fit the preferredWidth.
278 if (!preferredWidth())
279 setPreferredWidth(d->view->preferredWidth());
409 \qmlproperty int WebView::preferredWidth
412 int QDeclarativeWebView::preferredWidth() const function in class:QDeclarativeWebView
582 \i fits into the preferredWidth and preferredHeight
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java350 int preferredWidth =
356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight);
H A DCComboBox.java590 int preferredWidth =
597 preferredWidth,
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp110 QCOMPARE(wv->property("preferredWidth").toInt(), 0);
186 QCOMPARE(wv->property("preferredWidth").toDouble(), 0.0);
373 QCOMPARE(wv->property("prefWidth").toDouble(), view.preferredWidth());
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp2520 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; local
2523 logicalWidthValue = min(max(preferredMinWidth, availableWidth), preferredWidth);
2530 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; local
2533 logicalWidthValue = min(max(preferredMinWidth, availableWidth), preferredWidth);
H A DRenderBlock.cpp4781 static inline void updatePreferredWidth(int& preferredWidth, float& result) argument
4784 preferredWidth = max(snappedResult, preferredWidth);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 643 milliseconds