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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.cpp41 LayoutUnit LayoutBoxExtent::logicalBottom(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLineBoxList.cpp152 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const argument
192 LayoutUnit logicalBottom = outlineSize + lastLineBottom; local
201 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(rootBox.lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase); local
H A DInlineBox.h196 float logicalBottom() const { return logicalTop() + logicalHeight(); } function in class:WebCore::InlineBox
H A DRenderMultiColumnSet.cpp128 void RenderMultiColumnSet::setLogicalBottomInFlowThread(LayoutUnit logicalBottom) argument
H A DRenderBox.h87 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); } function in class:WebCore::RenderBox
H A DRenderBlockLineLayout.cpp1689 LayoutUnit logicalBottom = lastLine->lineBottomWithLeading() + absoluteValue(lineDelta); local
H A DRenderBlock.cpp2051 blockSelectionGap(RenderBlock& rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit lastLogicalTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit logicalBottom, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
H A DRenderBlockFlow.cpp270 LayoutUnit logicalBottom = logicalBottomForFloat(floatingObject); local
1646 LayoutUnit logicalBottom = std::max(lineBox->lineBottomWithLeading(), logicalVisualOverflow.maxY()); local
2236 LayoutUnit logicalBottom local
2551 LayoutUnit logicalBottom = childLogicalTop + floatLogicalBottom; local
2715 LayoutUnit logicalBottom = 0; local
2889 markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest) argument
[all...]
H A DRenderBox.cpp3548 static void computeBlockStaticDistance(Length& logicalTop, Length& logicalBottom, const RenderBox* child, const RenderBoxModelObject* containerBlock) argument
3694 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter, LogicalExtentComputedValues& computedValues) const argument
4010 Length logicalBottom = style().logicalBottom(); local
[all...]

Completed in 124 milliseconds