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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.cpp41 const Length& LengthBox::logicalRight(WritingMode writingMode) const function in class:WebCore::LengthBox
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.h40 LineSegment(float logicalLeft, float logicalRight) argument
47 float logicalRight; member in struct:WebCore::LineSegment
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.cpp51 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineFlowBox.h180 void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight) argument
H A DFloatingObjects.cpp430 LayoutUnit logicalRight = m_renderer.logicalRightForFloat(floatingObject); local
488 LayoutUnit logicalRight = m_renderer.logicalRightForFloat(floatingObject); local
H A DInlineBox.h181 float logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::InlineBox
H A DRenderBox.h85 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::RenderBox
H A DRenderBlock.cpp2061 LayoutUnit logicalRight = std::min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBottom, cache)); local
2141 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); local
2089 logicalRightSelectionGap(RenderBlock& rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
[all...]
H A DRenderBox.cpp3173 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth, RenderRegion* region) argument
3366 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
3842 Length logicalRight = style().logicalRight(); local
[all...]

Completed in 127 milliseconds