Searched refs:maxHeight (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
H A Doverlay.js48 var maxHeight = Math.min(0.9 * window.innerHeight, 640) + 'px';
50 pages[i].style.maxHeight = maxHeight;
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/
H A Dcore-dropdown-extracted.js111 this.$.menu.style.maxHeight = (window.innerHeight - (window.innerHeight - rect.top) - 12) + 'px';
115 this.$.menu.style.maxHeight = (window.innerHeight - rect.height - rect.top - 12) + 'px';
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Doverlay.js86 var maxHeight = Math.min(0.9 * window.innerHeight, 640) + 'px';
88 pages[i].style.maxHeight = maxHeight;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.h84 Length maxHeight; member in struct:blink::ViewportDescription
106 && maxHeight == other.maxHeight
/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
111 , m_maxHeight (maxHeight)
314 int maxHeight; 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);
465 spec.maxHeight = 256;
479 spec.maxHeight = 256;
493 spec.maxHeight = 1024;
507 spec.maxHeight = 1024;
521 spec.maxHeight
[all...]
/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtake_screenshot.js38 maxHeight: 2560
/external/chromium_org/extensions/renderer/resources/
H A Dapp_window_custom_bindings.js88 Object.defineProperty(Bounds.prototype, 'maxHeight', {
90 return appWindowData[privates(this).boundsKey_].maxHeight;
92 set: function(maxHeight) {
93 updateSizeConstraints(privates(this).boundsKey_, { maxHeight: maxHeight });
107 Bounds.prototype.setMaximumSize = function(maxWidth, maxHeight) {
109 { maxWidth: maxWidth, maxHeight: maxHeight });
292 maxHeight: params.innerBounds.maxHeight
[all...]
H A Dweb_view.js600 var maxHeight;
603 maxHeight = node[WEB_VIEW_ATTRIBUTE_MAXHEIGHT];
605 maxHeight = height;
614 if (minHeight > maxHeight) {
615 minHeight = maxHeight;
622 newHeight <= maxHeight)) {
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DsuggestionPicker.js144 var maxHeight = 0;
151 if (maxHeight === 0 && entryCount == SuggestionPicker.NumberOfVisibleEntries)
152 maxHeight = totalHeight;
155 if (maxHeight !== 0 && totalHeight > maxHeight) {
156 this._containerElement.style.maxHeight = (maxHeight - ListBorder) + "px";
158 desiredWindowHeight = maxHeight;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
H A DFrameworkBlackboxDialog.js80 var maxHeight = this._relativeToElement.offsetHeight - 10;
81 maxHeight = Math.max(minHeight, maxHeight);
84 this._dialogElement.style.maxHeight = maxHeight + "px";
H A DEditFileSystemDialog.js119 var maxHeight = this._relativeToElement.offsetHeight - 10;
120 maxHeight = Math.max(minHeight, maxHeight);
123 this._dialogElement.style.maxHeight = maxHeight + "px";
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js143 * - maxWidth, maxHeight: for maximum dimensions,
176 if (options.maxHeight && targetHeight > options.maxHeight) {
177 var scale = options.maxHeight / targetHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp121 int maxHeight = style()->maxHeight().isMaxSizeNone() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize); local
122 setHeight(std::max(minHeight, std::min(maxHeight, h)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.h53 const Length& maxHeight() const { return m_maxHeight; } function in class:blink::StyleBoxData
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainerTest.cpp35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; }
43 height = std::min(maxHeight, height);
57 , maxHeight(height)
65 int maxHeight; member in class:MockPopupContent
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DContentWrapperView.java222 int maxHeight = Math.max(getViewToHideHeight(), getViewToShowHeight());
223 return new Rect(getLeft(), getTop(), getRight(), getTop() + maxHeight);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.js177 var maxHeight = cr.ui.LoginUITools.getMaxHeightBeforeShelfOverlapping(
179 if (maxHeight < this.container.offsetHeight)
180 this.container.style.maxHeight = maxHeight + 'px';
H A Doobe.js150 var maxHeight = cr.ui.LoginUITools.getMaxHeightBeforeShelfOverlapping(
152 if (maxHeight < $('accessibility-menu').offsetHeight) {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_options_overlay.js90 parseInt($('extension-options-overlay').style.maxHeight);
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.js163 var maxHeight =
165 if (maxHeight < $('bubble').offsetHeight) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java180 int maxHeight = pixelConverter.convertHeightInCharsToPixels(heightLimitChars);
181 expandShellToShowFullPage_Height(browser, maxHeight);
189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { argument
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSuggestBox.js107 var maxHeight = this._maxItemsHeight ? this._maxItemsHeight * rowHeight : Math.max(underHeight, aboveHeight) - spacer;
120 this._element.style.maxHeight = maxHeight + "px";
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js138 var maxHeight;
156 var dragY = Math.max(0, Math.min(e.pageY - offset.top + scrollOffset.top, maxHeight));
177 maxHeight = element.clientHeight;
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
H A Dpaper-input-extracted.js70 var maxHeight = this.$.maxInputHeight.getBoundingClientRect().height;
71 height = Math.max(minHeight, Math.min(height, maxHeight));
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp31 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
117 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { argument
118 if ((maxHeight | maxTransitions) < 0) {
130 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions);

Completed in 2365 milliseconds

1234