/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderReplaced.cpp | 197 LayoutUnit top = adjustedPaintOffset.y() + visualOverflowRect().y(); 198 LayoutUnit bottom = adjustedPaintOffset.y() + visualOverflowRect().maxY(); 200 LayoutUnit selTop = paintOffset.y() + m_inlineBoxWrapper->root()->selectionTop(); 201 LayoutUnit selBottom = paintOffset.y() + selTop + m_inlineBoxWrapper->root()->selectionHeight(); 361 LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width(), view()); 362 LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height(), view()); 382 LayoutUnit RenderReplaced::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const 409 LayoutUnit logicalHeight = computeReplacedLogicalHeight(); 419 LayoutUnit logicalWidth; 426 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth) [all...] |
RenderIFrame.cpp | 56 LayoutUnit RenderIFrame::minPreferredLogicalWidth() const 68 LayoutUnit RenderIFrame::maxPreferredLogicalWidth() const
|
RenderMeter.cpp | 62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
|
RenderTableCell.h | 132 LayoutUnit cellBaselinePosition() const; 145 virtual LayoutUnit paddingTop() const OVERRIDE; 146 virtual LayoutUnit paddingBottom() const OVERRIDE; 147 virtual LayoutUnit paddingLeft() const OVERRIDE; 148 virtual LayoutUnit paddingRight() const OVERRIDE; 153 virtual LayoutUnit paddingBefore() const OVERRIDE; 154 virtual LayoutUnit paddingAfter() const OVERRIDE; 156 void setOverrideLogicalContentHeightFromRowHeight(LayoutUnit);
|
RenderLineBoxList.cpp | 148 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const 155 LayoutUnit physicalStart = block->flipForWritingMode(logicalTop); 156 LayoutUnit physicalEnd = block->flipForWritingMode(logicalBottom); 157 LayoutUnit physicalExtent = absoluteValue(physicalEnd - physicalStart); 173 bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const LayoutRect& rect, const LayoutPoint& offset, LayoutUnit outlineSize) const 181 LayoutUnit firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop()); 182 LayoutUnit lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()); 183 LayoutUnit logicalTop = firstLineTop - outlineSize; 184 LayoutUnit logicalBottom = outlineSize + lastLineBottom [all...] |
RenderTable.cpp | 258 LayoutUnit availableLogicalWidth = containingBlockLogicalWidthForContent(); 260 LayoutUnit containerWidthInInlineDirection = hasPerpendicularContainingBlock ? perpendicularContainingBlockLogicalHeight() : availableLogicalWidth; 267 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView); 268 LayoutUnit marginEnd = minimumValueForLength(style()->marginEnd(), availableLogicalWidth, renderView); 269 LayoutUnit marginTotal = marginStart + marginEnd; 272 LayoutUnit availableContentLogicalWidth = max<LayoutUnit>(0, containerWidthInInlineDirection - marginTotal); 285 LayoutUnit computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth, availableLogicalWidth); 296 LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth, availableLogicalWidth); 304 LayoutUnit containerLogicalWidthForAutoMargins = availableLogicalWidth [all...] |
RenderNamedFlowThread.cpp | 324 void RenderNamedFlowThread::computeOversetStateForRegions(LayoutUnit oldClientAfterEdge) 326 LayoutUnit height = oldClientAfterEdge; 340 LayoutUnit flowMin = height - (isHorizontalWritingMode() ? region->flowThreadPortionRect().y() : region->flowThreadPortionRect().x()); 341 LayoutUnit flowMax = height - (isHorizontalWritingMode() ? region->flowThreadPortionRect().maxY() : region->flowThreadPortionRect().maxX()); 561 static bool boxIntersectsRegion(LayoutUnit logicalTopForBox, LayoutUnit logicalBottomForBox, LayoutUnit logicalTopForRegion, LayoutUnit logicalBottomForRegion) 563 bool regionIsEmpty = logicalBottomForRegion != LayoutUnit::max() && logicalTopForRegion != LayoutUnit::min( [all...] |
RenderBlockLineLayout.cpp | 466 LayoutUnit hyphenWidth = 0; 617 static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lineLogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, LayoutUnit boxLogicalHeight) 619 LayoutUnit lineLogicalHeight = block->minLineHeightForReplacedRenderer(firstLine, boxLogicalHeight); [all...] |
RenderFileUploadControl.cpp | 112 LayoutUnit contentLeft = paintOffset.x() + borderLeft() + paddingLeft(); 117 LayoutUnit buttonWidth = nodeWidth(button); 118 LayoutUnit buttonAndSpacingWidth = buttonWidth + afterButtonSpacing; 120 LayoutUnit textX; 126 LayoutUnit textY = 0; 149 void RenderFileUploadControl::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const
|
RenderTextControl.cpp | 109 LayoutUnit unitWidth = logicalWidth() - borderAndPaddingLogicalWidth(); 129 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const 134 LayoutUnit nonContentHeight = innerTextBox->borderAndPaddingHeight() + innerTextBox->marginHeight(); 240 void RenderTextControl::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const 273 LayoutUnit toAdd = borderAndPaddingLogicalWidth();
|
RenderImage.cpp | 236 LayoutUnit newWidth = computedValues.m_extent; 238 LayoutUnit newHeight = computedValues.m_extent; 303 LayoutUnit cWidth = contentWidth(); 304 LayoutUnit cHeight = contentHeight(); 305 LayoutUnit leftBorder = borderLeft(); 306 LayoutUnit topBorder = borderTop(); 307 LayoutUnit leftPad = paddingLeft(); 308 LayoutUnit topPad = paddingTop(); 329 LayoutUnit usableWidth = cWidth - 2 * borderWidth; 330 LayoutUnit usableHeight = cHeight - 2 * borderWidth [all...] |
RenderMarquee.h | 92 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE FINAL;
|
RenderTextControlSingleLine.cpp | 91 LayoutUnit RenderTextControlSingleLine::computeLogicalHeightLimit() const 131 LayoutUnit desiredLogicalHeight = textBlockLogicalHeight(); 132 LayoutUnit logicalHeightLimit = computeLogicalHeightLimit(); 149 LayoutUnit containerLogicalHeight = containerRenderer->logicalHeight(); 166 LayoutUnit logicalHeightDiff = innerTextRenderer->logicalHeight() - contentLogicalHeight(); 309 LayoutUnit RenderTextControlSingleLine::preferredContentLogicalWidth(float charWidth) const 316 LayoutUnit result = LayoutUnit::fromFloatCeil(charWidth * factor); 346 LayoutUnit RenderTextControlSingleLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) cons [all...] |
RenderInputSpeech.cpp | 70 LayoutUnit buttonSize = std::min(inputContentBox.width(), std::min<LayoutUnit>(inputContentBox.height(), rect.height()));
|
RenderMarquee.cpp | 121 LayoutUnit clientWidth = this->clientWidth(); 122 LayoutUnit contentWidth = ltr ? maxPreferredLogicalWidth() : minPreferredLogicalWidth(); 131 return max<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth)); 137 return min<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth)); 262 void RenderMarquee::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight)
|
RenderListItem.cpp | 333 LayoutUnit markerOldLogicalLeft = m_marker->logicalLeft(); 334 LayoutUnit blockOffset = 0; 335 LayoutUnit lineOffset = 0; 342 LayoutUnit markerLogicalLeft; 347 LayoutUnit lineTop = rootBox->lineTop(); 348 LayoutUnit lineBottom = rootBox->lineBottom(); 352 LayoutUnit leftLineOffset = logicalLeftOffsetForLine(blockOffset, logicalLeftOffsetForLine(blockOffset, false), false); 375 LayoutUnit rightLineOffset = logicalRightOffsetForLine(blockOffset, logicalRightOffsetForLine(blockOffset, false), false);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RectangleShape.cpp | 76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const 111 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const 166 bool RectangleShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const 176 float minY = LayoutUnit::fromFloatCeil(std::max(bounds.y(), minIntervalTop)); 204 result = LayoutUnit::fromFloatCeil(bounds.y() + cornerIntercept.y());
|
ShapeInfo.cpp | 84 SegmentList ShapeInfo<RenderType>::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const
|
RasterShape.cpp | 149 bool RasterShapeIntervals::firstIncludedIntervalY(int minY, const IntSize& minSize, LayoutUnit& result) const 283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const 294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const 305 bool RasterShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGForeignObject.h | 59 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
|
RenderSVGInlineText.h | 58 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
SliderThumbElement.cpp | 110 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE; 116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const 123 LayoutUnit trackHeight = 0; 174 LayoutUnit availableExtent = isVertical ? track->contentHeight() : track->contentWidth(); 176 LayoutUnit offset = percentageOffset * availableExtent; 263 LayoutUnit trackSize; 264 LayoutUnit position; 265 LayoutUnit currentPosition [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
RenderedPosition.h | 39 class LayoutUnit; 70 IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
TransformState.h | 85 void move(LayoutUnit x, LayoutUnit y, TransformAccumulation accumulate = FlattenTransform)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.cpp | 115 static inline LayoutUnit start(FocusDirection direction, const LayoutRect& rect) 120 static inline LayoutUnit middle(FocusDirection direction, const LayoutRect& rect) 126 static inline LayoutUnit end(FocusDirection direction, const LayoutRect& rect) 140 LayoutUnit aStart, bStart, aEnd, bEnd; 170 LayoutUnit aMiddle = middle(direction, a); 171 LayoutUnit bMiddle = middle(direction, b); 212 LayoutUnit aStart = start(direction, a); 213 LayoutUnit bStart = start(direction, b); 214 LayoutUnit bMiddle = middle(direction, b); 215 LayoutUnit aEnd = end(direction, a) [all...] |