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 Length LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in WebCore::LengthBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h50 float logicalRight; member
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.cpp53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const in logicalRight() function in WebCore::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h178 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
DInlineBox.h208 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
DFloatingObjects.cpp153 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject); in updateOffsetIfNeeded() local
DRenderBox.h84 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
DRenderBox.cpp3271 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
DRenderBlock.cpp2597 …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
DRenderBlockLineLayout.cpp649 float logicalRight = min<float>(segments[0].logicalRight, lineLogicalRight); in computeInlineDirectionPositionsForLine() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h443 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()