HomeSort by relevance Sort by last modified time
    Searched refs:preferredWidth (Results 1 - 19 of 19) sorted by null

  /external/junit/src/junit/swingui/
StatusLine.java 18 public StatusLine(int preferredWidth) {
24 d.width= preferredWidth;
  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 47 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 };
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 183 int preferredWidth = 0;
209 preferredWidth = getChildWidth(view) + mSpinnerPadding.left + mSpinnerPadding.right;
219 preferredWidth = mSpinnerPadding.left + mSpinnerPadding.right;
224 preferredWidth = Math.max(preferredWidth, getSuggestedMinimumWidth());
227 widthSize = resolveSizeAndState(preferredWidth, widthMeasureSpec, 0);
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 102 Q_PROPERTY(int preferredWidth READ preferredWidth WRITE setPreferredWidth NOTIFY preferredWidthChanged)
147 int preferredWidth() const;
qdeclarativewebview.cpp 45 , preferredwidth(0)
61 int preferredwidth, preferredheight; member in class:QDeclarativeWebViewPrivate
185 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
414 return d->preferredwidth;
419 if (d->preferredwidth == width
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 110 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/
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 809 milliseconds