Searched defs:logicalRight (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LengthBox.cpp | 41 Length LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in WebCore::LengthBox
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | Shape.h | 50 float logicalRight; member
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutBoxExtent.cpp | 53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const in logicalRight() function in WebCore::LayoutBoxExtent
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.h | 178 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
|
D | InlineBox.h | 208 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
|
D | FloatingObjects.cpp | 153 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject); in updateOffsetIfNeeded() local
|
D | RenderBox.h | 84 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
|
D | RenderBox.cpp | 3271 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() 3495 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing() 3978 Length logicalRight = style()->logicalRight(); in computePositionedLogicalWidthReplaced() local
|
D | RenderBlock.cpp | 2597 …LayoutUnit logicalRight = min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBott… in blockSelectionGap() local 2625 …RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, co… in logicalRightSelectionGap() 2671 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
|
D | RenderBlockLineLayout.cpp | 649 float logicalRight = min<float>(segments[0].logicalRight, lineLogicalRight); in computeInlineDirectionPositionsForLine() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 443 Length logicalRight() const { return surround->offset.logicalRight(writingMode()); } in logicalRight() function 726 …void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSh… in getTextShadowInlineDirectionExtent() 783 …void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSha… in getBoxShadowInlineDirectionExtent() 1723 …eDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const in getShadowInlineDirectionExtent()
|