Home
last modified time | relevance | path

Searched refs:offsetHeight (Results 1 – 25 of 60) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRow.cpp57 if (box->offsetHeight() > maxHeight) in nonOperatorHeight()
58 maxHeight = box->offsetHeight(); in nonOperatorHeight()
80 … if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight) in layout()
81 maxHeight = block->offsetHeight(); in layout()
86 if (block->offsetHeight() > operatorHeight) in layout()
87 operatorHeight = block->offsetHeight(); in layout()
93 if (box->offsetHeight() > maxHeight) in layout()
94 maxHeight = box->offsetHeight(); in layout()
DRenderMathMLBlock.cpp63 return offsetHeight(); in nonOperatorHeight()
95 …ext->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetHeight())); in paint()
96 …info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offset… in paint()
97 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx, ty + offsetHeight())); in paint()
DRenderMathMLSubSup.cpp164 int heightDiff = m_scripts ? (m_scripts->offsetHeight() - maxHeight) / 2 : 0; in layout()
179 return offsetHeight(); in baselinePosition()
181 int baseline = offsetHeight(); in baselinePosition()
191 int topAdjust = (m_scripts->offsetHeight() - box->offsetHeight()) / 2; in baselinePosition()
DRenderMathMLSquareRoot.cpp88 if (box->offsetHeight() > maxHeight) in paint()
89 maxHeight = box->offsetHeight(); in paint()
175 if (box->offsetHeight() > maxHeight) in layout()
176 maxHeight = box->offsetHeight(); in layout()
DRenderMathMLBlock.h59 return box->offsetHeight(); in getBoxModelObjectHeight()
68 return box->offsetHeight(); in getBoxModelObjectHeight()
DRenderMathMLFraction.cpp151 verticalOffset = numerator->offsetHeight() + adjustForThickness; in paint()
153 verticalOffset = numerator->offsetHeight(); in paint()
180 return numerator->offsetHeight() + shift; in baselinePosition()
DRenderMathMLRoot.cpp112 int maxHeight = indexBox->offsetHeight(); in paint()
208 int maxHeight = toRenderBoxModelObject(lastChild())->offsetHeight(); in layout()
241 …int rootMarginTop = radicalHeight + style()->paddingBottom().value() + indexBox->offsetHeight() - … in layout()
DRenderMathMLUnderOver.cpp115 return box->offsetHeight(); in getOffsetHeight()
/external/chromium/chrome/browser/resources/
Dprint_preview_animations.js74 var offsetHeight = el.offsetHeight - el.scrollbarHeight;
77 var elevatorHeight = offsetHeight / scrollHeight * offsetHeight;
98 if (offsetHeight >= scrollHeight) {
105 var y = scrollTop / (scrollHeight - offsetHeight);
109 (y * (offsetHeight - elevatorHeight - 6)) + 'px';
152 insideEl.scrollbarHeight = insideEl.offsetHeight - insideEl.clientHeight;
214 var height = extraEl.offsetHeight;
Dnew_new_tab.js375 this.fixedHeight = this.section.offsetHeight;
379 this.scrollingHeight = this.maxiview.offsetHeight;
497 footerHeight += $('closed-sections-bar').offsetHeight;
549 var miniviewHeight = section.miniview.offsetHeight + miniviewFudge;
/external/webkit/Source/WebCore/inspector/front-end/
DDrawer.js79 var height = this._savedHeight || this.element.offsetHeight;
104 …var height = (this.fullPanel ? window.innerHeight - this._toolbarElement.offsetHeight : this.saved…
152 this._savedHeight = this.element.offsetHeight;
211 height = window.innerHeight - this._toolbarElement.offsetHeight;
223 this._savedHeight = this.element.offsetHeight;
224 var height = window.innerHeight - this._toolbarElement.offsetHeight;
349 this._savedHeight = this.element.offsetHeight;
DFontView.js100 … var result = { width: this._dummyElement.offsetWidth, height: this._dummyElement.offsetHeight };
119 const containerHeight = this.element.offsetHeight - 30;
DPopover.js58 var preferredHeight = preferredHeight || this.contentElement.offsetHeight;
94 …nchorElement.totalOffsetTop, width: anchorElement.offsetWidth, height: anchorElement.offsetHeight};
DElementsTreeOutline.js417 var offsetHeight = properties[1];
420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)
421 … this.tooltip = WebInspector.UIString("%d \xd7 %d pixels", offsetWidth, offsetHeight);
423 …String("%d \xd7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, …
458 this.selectionElement.style.height = listItemElement.offsetHeight + "px";
/external/chromium-trace/src/shared/js/cr/ui/
Dgrid.js124 var offsetHeight = this.offsetHeight;
129 this.lastOffsetHeight_ = offsetHeight;
134 this.lastOffsetHeight_ = offsetHeight;
Dexpandable_bubble.js123 (top - this.offsetHeight + this.unexpandedHeight) + 'px' :
204 this.unexpandedHeight = this.offsetHeight;
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_track.js128 if (wY >= track.offsetTop && wY < track.offsetTop + track.offsetHeight)
151 this.tracks_[i].offsetHeight);
285 if (wY < this.offsetTop || wY >= this.offsetTop + this.offsetHeight)
313 var b = Math.min(hiY, this.offsetTop + this.offsetHeight);
/external/chromium/chrome/browser/printing/cloud_print/resources/
Dcloud_print_setup_login.js19 new_height = $('cloudprint-signup').offsetHeight;
/external/chromium/chrome/browser/resources/net_internals/
Dview.js88 this.height_ = this.node_.offsetHeight;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java203 int offsetHeight = getBodyOffsetHeight(browser); in expandShellToShowFullPage_Height() local
205 int delta = scrollHeight - offsetHeight; in expandShellToShowFullPage_Height()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
Dpopuplib.js80 height = elem.offsetHeight;
/external/webkit/Source/WebCore/rendering/
DRenderInline.h127 virtual int offsetHeight() const { return linesBoundingBox().height(); } in offsetHeight() function
DRenderBoxModelObject.h57 virtual int offsetHeight() const = 0;
DRenderMediaControls.cpp189 int y = yOffset * zoomLevel + muteButtonBox->offsetHeight() - size.height(); in volumeSliderOffsetFromMuteButton()
/external/chromium/chrome/browser/resources/options/
Dsearch_page.js86 var top = owner.offsetTop + owner.offsetHeight;

123