Home
last modified time | relevance | path

Searched refs:offsetWidth (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.cpp94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty)); in paint()
95 …info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetH… in paint()
96 …info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offset… in paint()
103 … info.context->drawLine(IntPoint(tx, ty + topStart), IntPoint(tx + offsetWidth(), ty + topStart)); in paint()
109 … info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline)); in paint()
DRenderMathMLBlock.h77 return box->offsetWidth(); in getBoxModelObjectWidth()
86 return box->offsetWidth(); in getBoxModelObjectWidth()
DRenderMathMLRoot.cpp116 int width = indexBox->offsetWidth(); in paint()
123 indexWidth += box->offsetWidth(); in paint()
239 int indexShift = indexBox->offsetWidth() + topStartShift; in layout()
DRenderMathMLSquareRoot.cpp90 width += box->offsetWidth(); in paint()
DRenderMathMLFraction.cpp165 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty)); in paint()
/external/chromium/chrome/browser/resources/
Dprint_preview_animations.js73 var offsetWidth = el.offsetWidth - el.scrollbarWidth;
76 var elevatorWidth = offsetWidth / scrollWidth * offsetWidth;
85 if (offsetWidth >= scrollWidth) {
91 var x = scrollLeft / (scrollWidth - offsetWidth);
94 el.scrollHorEl.style.left = (x * (offsetWidth - elevatorWidth - 6)) + 'px';
151 insideEl.scrollbarWidth = insideEl.offsetWidth - insideEl.clientWidth;
Dnew_new_tab.js399 (item.offsetLeft + item.offsetWidth) > miniview.offsetWidth) {
1284 rect.left + bodyRect.left + rect.width - this.tooltipEl.offsetWidth :
1289 WindowTooltip.clientX - this.tooltipEl.offsetWidth :
/external/webkit/Source/WebCore/inspector/front-end/
DPanelEnablerView.js93 … if (this.element.offsetWidth < (this.choicesForm.offsetWidth + this.imageElement.offsetWidth))
DDrawer.js108 …{element: this._mainStatusBar, start: {"padding-left": anchoredItems.offsetWidth - 1}, end: {"padd…
115 …drawerStatusBar.clientWidth - (this._counters.offsetLeft + this._currentPanelCounters.offsetWidth);
161 … this._mainStatusBar.style.setProperty("padding-left", (anchoredItems.offsetWidth - 1) + "px");
169 …._mainStatusBar, start: {"padding-left": 0}, end: {"padding-left": anchoredItems.offsetWidth - 1}},
175 …Bar.clientWidth - (this._currentPanelCounters.offsetLeft + this._currentPanelCounters.offsetWidth);
DFontView.js100 … var result = { width: this._dummyElement.offsetWidth, height: this._dummyElement.offsetHeight };
118 const containerWidth = this.element.offsetWidth - 50;
DPanel.js338 if (this.sidebarElement.offsetWidth <= 0) {
345 this._currentSidebarWidth = this.sidebarElement.offsetWidth;
374 WebInspector.settings[this._sidebarWidthSettingName()] = this.sidebarElement.offsetWidth;
DDataGrid.js409 var tableWidth = this._dataTable.offsetWidth;
413 if (!this._columnWidthsInitialized && this.element.offsetWidth) {
419 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
537 left += this.headerTableBody.rows[0].cells[i].offsetWidth;
948 leftEdgeOfPreviousColumn += firstRowCells[i].offsetWidth;
950 …wCells[resizer.leftNeighboringColumnID].offsetWidth + firstRowCells[resizer.rightNeighboringColumn…
960 …tLeftColumn = (((dragPoint - leftEdgeOfPreviousColumn) / this._dataTable.offsetWidth) * 100) + "%";
964 …entRightColumn = (((rightEdgeOfNextColumn - dragPoint) / this._dataTable.offsetWidth) * 100) + "%";
DPopover.js57 var preferredWidth = preferredWidth || this.contentElement.offsetWidth;
94 …totalOffsetLeft, y: anchorElement.totalOffsetTop, width: anchorElement.offsetWidth, height: anchor…
DElementsPanel.js150 this.sidebarResizeElement.style.right = (this.sidebarElement.offsetWidth - 3) + "px";
756 if (document.body.offsetWidth <= 0) {
763 if (!crumbs.childNodes.length || crumbs.offsetWidth <= 0)
809 rightPadding += errorWarningElement.offsetWidth;
810 … return ((crumbs.totalOffsetLeft + crumbs.offsetWidth + rightPadding) < window.innerWidth);
DElementsTreeOutline.js196 var x = scrollContainer.totalOffsetLeft + scrollContainer.offsetWidth - 36;
416 var offsetWidth = properties[0];
420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)
421 … this.tooltip = WebInspector.UIString("%d \xd7 %d pixels", offsetWidth, offsetHeight);
423 …ebInspector.UIString("%d \xd7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, …
446 if (document.body.offsetWidth <= 0) {
DTimelineOverviewPane.js172 this._heapGraph.setSize(this._overviewGrid.element.offsetWidth, 60);
263 …if (this._overviewGrid.itemsGraphsElement.offsetWidth - window.end > WebInspector.TimelineOverview…
450 this._width = parent.offsetWidth;
DTimelineGrid.js61 var dividerCount = Math.round(this._dividersElement.offsetWidth / 64);
DNetworkPanel.js1618 const barRightElementOffsetWidth = this._barRightElement.offsetWidth;
1619 const barLeftElementOffsetWidth = this._barLeftElement.offsetWidth;
1629 const labelLeftElementOffsetWidth = this._labelLeftElement.offsetWidth;
1630 const labelRightElementOffsetWidth = this._labelRightElement.offsetWidth;
1634 const graphElementOffsetWidth = this._graphElement.offsetWidth;
/external/chromium/chrome/browser/resources/net_internals/
Dview.js87 this.width_ = this.node_.offsetWidth;
/external/chromium/chrome/browser/resources/options/
Dsearch_page.js84 var left = owner.offsetLeft + owner.offsetWidth / 2 -
85 this.offsetWidth / 2;
/external/chromium/chrome/browser/resources/ntp4/
Dnew_tab.js124 sliderFrame.offsetWidth);
129 cardSlider.resize(sliderFrame.offsetWidth);
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.js128 slider = new Slider(appsFrame, appsPageList, [], 0, appsFrame.offsetWidth);
133 slider.resize(appsFrame.offsetWidth);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
Dpopuplib.js79 width = elem.offsetWidth;
/external/chromium/chrome/browser/resources/ntp/
Ddrag_drop_controller.js91 coordinates.x = this.delegate_.dragContainer.offsetWidth - coordinates.x;
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.js97 var width = outer.offsetWidth;

123