Searched refs:minHeight (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium-trace/trace-viewer/src/cc/
H A Draster_task_slice_view_test.js22 view.style.minHeight = '500px';
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dbackground.js18 minHeight: 768,
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.h83 Length minHeight; member in struct:blink::ViewportDescription
105 && minHeight == other.minHeight
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) argument
109 , m_minHeight (minHeight)
312 int minHeight; member in struct:deqp::egl::MemoryStressCase::Spec
384 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
463 spec.minHeight = 256;
477 spec.minHeight = 256;
491 spec.minHeight = 1024;
505 spec.minHeight = 1024;
519 spec.minHeight
[all...]
H A DteglResizeTests.cpp265 const int minHeight = de::min(oldHeight, newHeight); local
274 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight;
275 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
277 oldSurface.getSubAccess(oldX, oldY, minWidth, minHeight);
279 newSurface.getSubAccess(newX, newY, minWidth, minHeight);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerCommon.js103 * @param {?number} minHeight
106 function adjustWindowRect(width, height, minWidth, minHeight) {
109 if (typeof minHeight !== "number")
110 minHeight = 0;
120 _adjustWindowRectVertically(windowRect, availRect, anchorRect, minHeight);
126 function _adjustWindowRectVertically(windowRect, availRect, anchorRect, minHeight) {
135 windowRect.height = Math.max(windowRect.height, minHeight);
139 windowRect.height = Math.max(windowRect.height, minHeight);
/external/chromium_org/extensions/renderer/resources/
H A Dapp_window_custom_bindings.js79 Object.defineProperty(Bounds.prototype, 'minHeight', {
81 return appWindowData[privates(this).boundsKey_].minHeight;
83 set: function(minHeight) {
84 updateSizeConstraints(privates(this).boundsKey_, { minHeight: minHeight });
103 Bounds.prototype.setMinimumSize = function(minWidth, minHeight) {
105 { minWidth: minWidth, minHeight: minHeight });
290 minHeight: params.innerBounds.minHeight,
[all...]
H A Dweb_view.js607 var minHeight;
610 minHeight = node[WEB_VIEW_ATTRIBUTE_MINHEIGHT];
612 minHeight = height;
614 if (minHeight > maxHeight) {
615 minHeight = maxHeight;
621 newHeight >= minHeight &&
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js65 document.querySelector('body').style.minHeight = 0;
141 var minHeight = 19;
142 minHeight = (minHeight * (count - 1)) + 100;
143 document.querySelector('body').style.minHeight = minHeight + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.h50 const Length& minHeight() const { return m_minHeight; } function in class:blink::StyleBoxData
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.h141 virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
H A DRenderScrollbarPart.cpp120 int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize); local
122 setHeight(std::max(minHeight, std::min(maxHeight, h)));
H A DRenderDeprecatedFlexibleBox.cpp645 LayoutUnit minHeight = height() + toAdd; local
718 if (height() < minHeight)
719 setHeight(minHeight);
1041 Length minHeight = child->style()->minHeight(); local
1042 if (minHeight.isFixed() || minHeight.isAuto()) {
1043 LayoutUnit minHeight = child->style()->minHeight().value(); local
1045 LayoutUnit allowedShrinkage = std::min<LayoutUnit>(0, minHeight
[all...]
H A DRenderMultiColumnFlowThread.cpp293 void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) argument
296 multicolSet->updateMinimumColumnHeight(minHeight);
/external/chromium_org/ui/file_manager/video_player/js/
H A Dbackground.js80 minHeight: 270
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
H A Dpaper-input-extracted.js69 var minHeight = this.$.minInputHeight.getBoundingClientRect().height;
71 height = Math.max(minHeight, Math.min(height, maxHeight));
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java227 int minHeight,
233 if (imageWidth < minWidth && imageHeight < minHeight) {
235 Image thumbnail = new Image(null, minWidth, minHeight);
238 drawImageCHCV(gc, image, 0, 0, minWidth, minHeight);
225 getThubmnail(Image image, int minWidth, int minHeight, int maxWidth, int maxHeight) argument
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCaptureAndroid.java30 IdAndSizes(String model, String device, int minWidth, int minHeight) { argument
34 mMinHeight = minHeight;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
H A DFrameworkBlackboxDialog.js79 const minHeight = 150;
81 maxHeight = Math.max(minHeight, maxHeight);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dpdf_processor.js65 div.style.minHeight = '100%';
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dcontroller.js19 height: 380, minHeight: 380, maxHeight: 380
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp103 description.minHeight = viewportLengthValue(CSSPropertyMinHeight);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c407 GLuint minWidth = ~0, minHeight = ~0; local
418 minHeight = MIN2(minHeight, rb->Height);
424 fb->Height = minHeight;
/external/chromium_org/ui/file_manager/gallery/js/
H A Dbackground.js139 minHeight: 544
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c407 GLuint minWidth = ~0, minHeight = ~0; local
418 minHeight = MIN2(minHeight, rb->Height);
424 fb->Height = minHeight;

Completed in 444 milliseconds

123