Searched defs:logicalLeftOffset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DLineWidth.h60 float logicalLeftOffset() const { return m_left; } function in class:WebCore::LineWidth
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.cpp270 LayoutUnit ShapeOutsideInfo::logicalLeftOffset() const function in class:WebCore::ShapeOutsideInfo
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.cpp411 LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) function in class:WebCore::FloatingObjects
H A DRenderBlock.cpp2370 LayoutUnit logicalLeftOffset = style().isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); local
H A DRenderBlockFlow.cpp248 LayoutUnit logicalLeftOffset = 0; local
2297 LayoutUnit logicalLeftOffset = logicalLeftOffsetForContent(logicalTopOffset); // Constant part of left offset. local
2607 addIntrudingFloats(RenderBlockFlow* prev, LayoutUnit logicalLeftOffset, LayoutUnit logicalTopOffset) argument
[all...]
H A DRenderBox.cpp2574 LayoutUnit logicalLeftOffset = 0; local

Completed in 197 milliseconds