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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js54 * @param {?number=} preferredWidth
58 show: function(element, anchor, preferredWidth, preferredHeight, arrowDirection)
60 this._innerShow(null, element, anchor, preferredWidth, preferredHeight, arrowDirection);
66 * @param {?number=} preferredWidth
69 showView: function(view, anchor, preferredWidth, preferredHeight)
71 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight);
78 * @param {?number=} preferredWidth
82 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection)
95 preferredWidth = preferredWidth || preferredSiz
[all...]
H A DView.js493 * @param {number} preferredWidth
496 setMinimumAndPreferredSizes: function(width, height, preferredWidth, preferredHeight)
498 this._constraints = new Constraints(new Size(width, height), new Size(preferredWidth, 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/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DFilteredItemSelectionDialog.js78 var preferredWidth = Math.max(relativeToElement.offsetWidth * 2 / 3, 500);
79 var width = Math.min(preferredWidth, container.offsetWidth - 2 * shadowPadding);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp237 RandomViewport (const tcu::RenderTarget& renderTarget, int preferredWidth, int preferredHeight, deUint32 seed);
H A DglsTextureTestUtil.cpp1019 RandomViewport::RandomViewport (const tcu::RenderTarget& renderTarget, int preferredWidth, int preferredHeight, deUint32 seed) argument
1022 , width (deMin32(preferredWidth, renderTarget.getWidth()))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1176 static inline void updatePreferredWidth(LayoutUnit& preferredWidth, float& result) argument
1179 preferredWidth = std::max(snappedResult, preferredWidth);
H A DRenderBox.cpp1955 LayoutUnit preferredWidth = computeLogicalWidthUsing(MainOrPreferredSize, styleToUse->logicalWidth(), containerWidthInInlineDirection, cb); local
1956 computedValues.m_extent = constrainLogicalWidthByMinMax(preferredWidth, containerWidthInInlineDirection, cb);
2948 LayoutUnit preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; local
2951 computedValues.m_extent = std::min(std::max(preferredMinWidth, availableWidth), preferredWidth);
3086 LayoutUnit preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding; local
3089 computedValues.m_extent = std::min(std::max(preferredMinWidth, availableWidth), 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 267 milliseconds