Home
last modified time | relevance | path

Searched defs:logicalBottom (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp147 …ectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const La… in rangeIntersectsRect()
190 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root.lineBottom()); in lineIntersectsDirtyRect() local
DRenderBlockFlow.cpp826 …LayoutUnit logicalBottom = std::max(lineBox->lineBottomWithLeading(), logicalVisualOverflow.maxY()… in adjustLinePositionForPagination() local
969 LayoutUnit logicalBottom = logicalBottomForFloat(floatingObject); in rebuildFloatsFromIntruding() local
1871 LayoutUnit logicalBottom = 0; in getClearDelta() local
2326 LayoutUnit logicalBottom = logicalBottomForFloat(floatingObject); in removeFloatingObject() local
2546 LayoutUnit logicalBottom = childLogicalTop + logicalBottomForFloat; in addOverhangingFloats() local
2600 LayoutUnit logicalBottom; in nextFloatLogicalBottomBelow() local
DInlineBox.h227 float logicalBottom() const { return logicalTop() + logicalHeight(); } in logicalBottom() function
DRenderBox.h113 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); } in logicalBottom() function
DRenderBox.cpp3138 static void computeBlockStaticDistance(Length& logicalTop, Length& logicalBottom, const RenderBox* … in computeBlockStaticDistance()
3268 … const Length& logicalTop, const Length& logicalBottom, const Length& marginBefore, in computePositionedLogicalHeightUsing()
3586 Length logicalBottom = style()->logicalBottom(); in computePositionedLogicalHeightReplaced() local
DRenderBlock.cpp2010 …alTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit logicalBottom, const Pa… in blockSelectionGap()
2333 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootI… in markLinesDirtyInBlockRange()
DRenderBlockLineLayout.cpp1827 LayoutUnit logicalBottom = lastLine->lineBottomWithLeading() + absoluteValue(lineDelta); in checkPaginationAndFloatsAtEndLine() local
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.cpp43 LayoutUnit LayoutBoxExtent::logicalBottom(WritingMode writingMode) const in logicalBottom() function in blink::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h447 const Length& logicalBottom() const { return surround->offset.after(writingMode()); } in logicalBottom() function
737 …void getTextShadowBlockDirectionExtent(LayoutUnit& logicalTop, LayoutUnit& logicalBottom) { getSha… in getTextShadowBlockDirectionExtent()
807 …void getBoxShadowBlockDirectionExtent(LayoutUnit& logicalTop, LayoutUnit& logicalBottom) { getShad… in getBoxShadowBlockDirectionExtent()
1753 …kDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalTop, LayoutUnit& logicalBottom) const in getShadowBlockDirectionExtent()