/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLRow.cpp | 57 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()
|
D | RenderMathMLBlock.cpp | 63 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()
|
D | RenderMathMLSubSup.cpp | 164 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()
|
D | RenderMathMLSquareRoot.cpp | 88 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()
|
D | RenderMathMLBlock.h | 59 return box->offsetHeight(); in getBoxModelObjectHeight() 68 return box->offsetHeight(); in getBoxModelObjectHeight()
|
D | RenderMathMLFraction.cpp | 151 verticalOffset = numerator->offsetHeight() + adjustForThickness; in paint() 153 verticalOffset = numerator->offsetHeight(); in paint() 180 return numerator->offsetHeight() + shift; in baselinePosition()
|
D | RenderMathMLRoot.cpp | 112 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()
|
D | RenderMathMLUnderOver.cpp | 115 return box->offsetHeight(); in getOffsetHeight()
|
/external/chromium/chrome/browser/resources/ |
D | print_preview_animations.js | 74 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;
|
D | new_new_tab.js | 375 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/ |
D | Drawer.js | 79 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;
|
D | FontView.js | 100 … var result = { width: this._dummyElement.offsetWidth, height: this._dummyElement.offsetHeight }; 119 const containerHeight = this.element.offsetHeight - 30;
|
D | Popover.js | 58 var preferredHeight = preferredHeight || this.contentElement.offsetHeight; 94 …nchorElement.totalOffsetTop, width: anchorElement.offsetWidth, height: anchorElement.offsetHeight};
|
D | ElementsTreeOutline.js | 417 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/ |
D | grid.js | 124 var offsetHeight = this.offsetHeight; 129 this.lastOffsetHeight_ = offsetHeight; 134 this.lastOffsetHeight_ = offsetHeight;
|
D | expandable_bubble.js | 123 (top - this.offsetHeight + this.unexpandedHeight) + 'px' : 204 this.unexpandedHeight = this.offsetHeight;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | timeline_track.js | 128 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/ |
D | cloud_print_setup_login.js | 19 new_height = $('cloudprint-signup').offsetHeight;
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | view.js | 88 this.height_ = this.node_.offsetHeight;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 203 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/ |
D | popuplib.js | 80 height = elem.offsetHeight;
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderInline.h | 127 virtual int offsetHeight() const { return linesBoundingBox().height(); } in offsetHeight() function
|
D | RenderBoxModelObject.h | 57 virtual int offsetHeight() const = 0;
|
D | RenderMediaControls.cpp | 189 int y = yOffset * zoomLevel + muteButtonBox->offsetHeight() - size.height(); in volumeSliderOffsetFromMuteButton()
|
/external/chromium/chrome/browser/resources/options/ |
D | search_page.js | 86 var top = owner.offsetTop + owner.offsetHeight;
|