Searched defs:totalHeight (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc522 int totalHeight = page_count * (page_size_in_pixels.height + 1) - 1; local
526 page_size_in_pixels.width, totalHeight, is_opaque)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp1244 LayoutUnit totalHeight = logicalHeight(); local
1245 LayoutUnit heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddingAfter();
1246 totalHeight -= scrollbarHeight;
1247 LayoutUnit newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2;
1248 LayoutUnit newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding;
H A DRenderTableSection.cpp352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder) argument
356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
357 remainder += (extraHeight * rowHeight) % totalHeight;
839 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight; local
845 int toAdd = std::min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js549 var totalHeight = Math.max(this._containerElementHeight, rowsHeight); variable
551 this._recordsView.mainElement().style.height = totalHeight + "px";
552 this._recordsView.sidebarElement().style.height = totalHeight + "px";
553 this._recordsView.resizerElement().style.height = totalHeight + "px";
706 _adjustScrollPosition: function(totalHeight)
709 if ((this._scrollTop + this._containerElementHeight) > totalHeight + 1)
710 this._containerElement.scrollTop = (totalHeight - this._containerElement.offsetHeight);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp344 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1; local
348 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 130 milliseconds