Searched defs:logicalRight (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LengthBox.cpp | 41 const Length& LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in blink::LengthBox
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | Shape.h | 60 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 blink::LayoutBoxExtent
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | FloatingObjects.cpp | 441 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local 486 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local
|
D | InlineFlowBox.h | 180 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
|
D | InlineBox.h | 212 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
|
D | RenderBox.h | 111 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
|
D | RenderBox.cpp | 2770 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() 2956 … const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, in computePositionedLogicalWidthUsing() 3418 Length logicalRight = style()->logicalRight(); in computePositionedLogicalWidthReplaced() local
|
D | RenderBlock.cpp | 2019 …LayoutUnit logicalRight = std::min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logica… in blockSelectionGap() local 2047 …const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeig… in logicalRightSelectionGap()
|
D | RenderBlockFlow.cpp | 2824 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 445 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); } in logicalRight() function 736 …void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSh… in getTextShadowInlineDirectionExtent() 806 …void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSha… in getBoxShadowInlineDirectionExtent() 1749 …eDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const in getShadowInlineDirectionExtent()
|