Home
last modified time | relevance | path

Searched defs:logicalRight (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp41 const Length& LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in blink::LengthBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h60 float logicalRight; member
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.cpp53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const in logicalRight() function in blink::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp441 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local
486 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local
DInlineFlowBox.h180 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
DInlineBox.h212 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
DRenderBox.h111 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
DRenderBox.cpp2770 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
DRenderBlock.cpp2019 …LayoutUnit logicalRight = std::min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logica… in blockSelectionGap() local
2047 …const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeig… in logicalRightSelectionGap()
DRenderBlockFlow.cpp2824 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h445 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()