Searched refs:totalHeight (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js160 const totalHeight = container.offsetHeight;
168 var roomBelow = totalHeight - anchorBox.y - anchorBox.height;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
187 newElementPosition.height = totalHeight - borderRadius - newElementPosition.y;
189 newElementPosition.y = totalHeight - preferredHeight - borderRadius;
H A DSuggestBox.js100 var totalHeight = container.offsetHeight;
102 var underHeight = totalHeight - anchorBox.y - anchorBox.height;
117 this._bottomSpacerElement.style.flexBasis = (totalHeight - anchorBox.y) + "px";
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DsuggestionPicker.js143 var totalHeight = ListBorder;
150 totalHeight += node.offsetHeight;
152 maxHeight = totalHeight;
154 var desiredWindowHeight = totalHeight;
155 if (maxHeight !== 0 && totalHeight > maxHeight) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.js254 var totalHeight = metrics.marqueeHeight + metrics.contentHeight;
279 parameters.distance = totalHeight;
284 parameters.distance = totalHeight;
/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/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/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.js743 var totalHeight = height + numDisplays * MIRRORING_OFFSET_PIXELS;
745 this.displaysView_.style.height = totalHeight + 'px';
/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/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 477 milliseconds