Home
last modified time | relevance | path

Searched defs:logicalLeft (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp36 const Length& LengthBox::logicalLeft(WritingMode writingMode) const in logicalLeft() function in blink::LengthBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyText.cpp63 …djustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
DRenderRubyBase.cpp136 …djustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
DInlineFlowBox.h179 void beginPlacingBoxRangesInInlineDirection(float logicalLeft) { setLogicalLeft(logicalLeft); } in beginPlacingBoxRangesInInlineDirection()
180 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
DRenderFieldset.cpp74 LayoutUnit logicalLeft; in layoutSpecialExcludedChild() local
DRenderBlockLineLayout.cpp298 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForLeftAlignedBlock()
314 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForRightAlignedBlock()
336 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForCenterAlignedBlock()
485 …gn, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForAlignment()
575 …Segment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft, in computeInlineDirectionPositionsForSegment()
1913 float logicalLeft = logicalLeftOffsetForLine(curr->lineTop(), firstLine).toFloat(); in deleteEllipsisLineBoxes() local
1962 float logicalLeft = 0; // We are only intersted in the delta from the base position. in checkLinesForTextOverflow() local
2037 float logicalLeft = logicalLeftOffsetForLine(logicalHeight(), false).toFloat(); in startAlignedOffsetForLine() local
DFloatingObjects.cpp452 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(&floatingObject); in updateOffsetIfNeeded() local
505 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(&floatingObject); in updateOffsetIfNeeded() local
DRenderBlockFlow.h137 void setLogicalLeftForFloat(FloatingObject* floatingObject, LayoutUnit logicalLeft) in setLogicalLeftForFloat()
DInlineBox.h211 float logicalLeft() const { return isHorizontal() ? m_topLeft.x() : m_topLeft.y(); } in logicalLeft() function
DInlineFlowBox.cpp362 float InlineFlowBox::placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing) in placeBoxesInInlineDirection()
381 float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing) in placeBoxRangeInInlineDirection()
DRenderBox.h110 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); } in logicalLeft() function
DRenderBlock.cpp2018 …LayoutUnit logicalLeft = std::max(lastLogicalLeft, logicalLeftSelectionOffset(rootBlock, logicalBo… in blockSelectionGap() local
2031 …const RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeigh… in logicalLeftSelectionGap()
2632 …LayoutUnit logicalLeft = parent->isHorizontalWritingMode() ? pointInChildCoordinates.x() : pointIn… in positionForPointRespectingEditingBoundaries() local
3116 LayoutUnit logicalLeft = logicalLeftOffsetForContent(); in columnOffset() local
DRenderBox.cpp2770 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance()
2956const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, in computePositionedLogicalWidthUsing()
3417 Length logicalLeft = style()->logicalLeft(); in computePositionedLogicalWidthReplaced() local
DRenderBlockFlow.cpp532 void RenderBlockFlow::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft) in setLogicalLeftForChild()
2810 LayoutUnit logicalLeft = logicalLeftOffsetForLine(position, false); in logicalLeftSelectionOffset() local
DRenderLayer.cpp2879 LayoutUnit logicalLeft = columnBlock->logicalLeftOffsetForContent(); in hitTestChildLayerColumns() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h59 float logicalLeft; member
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.cpp48 LayoutUnit LayoutBoxExtent::logicalLeft(WritingMode writingMode) const in logicalLeft() function in blink::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h444 const Length& logicalLeft() const { return surround->offset.logicalLeft(writingMode()); } in logicalLeft() function
736 …void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSh… in getTextShadowInlineDirectionExtent()
806 …void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSha… in getBoxShadowInlineDirectionExtent()
1749 …void getShadowInlineDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit&… in getShadowInlineDirectionExtent()