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

  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
webviewtest.qml 12 property alias prefWidth: myweb.preferredWidth
20 preferredWidth: 600
webviewtestdefault.qml 12 property alias prefWidth: myweb.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 184 int preferredWidth = 0;
214 preferredWidth = getChildWidth(view) + mSpinnerPadding.left + mSpinnerPadding.right;
224 preferredWidth = mSpinnerPadding.left + mSpinnerPadding.right;
229 preferredWidth = Math.max(preferredWidth, getSuggestedMinimumWidth());
232 widthSize = resolveSizeAndState(preferredWidth, widthMeasureSpec, 0);
  /external/webkit/Source/WebKit/qt/declarative/
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...]
qdeclarativewebview_p.h 102 Q_PROPERTY(int preferredWidth READ preferredWidth WRITE setPreferredWidth NOTIFY preferredWidthChanged)
147 int preferredWidth() const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 699 int preferredWidth = -1;
706 preferredWidth = value.intValue();
709 if (preferredWidth <= 0) {
710 preferredWidth = Math.max(column.getPreferredWidth(), 30);
712 return preferredWidth;
    [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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 350 int preferredWidth =
356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight);
CComboBox.java 590 int preferredWidth =
597 preferredWidth,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
acondit.mode1v3 552 <key>PreferredWidth</key>
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebKit/qt/
ChangeLog     [all...]
ChangeLog-2011-02-16     [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 

Completed in 633 milliseconds