Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxRegionInfo.h38 RenderBoxRegionInfo(LayoutUnit logicalLeft, LayoutUnit logicalWidth, bool isShifted) in RenderBoxRegionInfo()
44 LayoutUnit logicalLeft() const { return m_logicalLeft; } in logicalLeft() function
DRenderRubyText.cpp65 …xt::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
DRenderRubyBase.cpp146 …se::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
DInlineFlowBox.h177 void beginPlacingBoxRangesInInlineDirection(float logicalLeft) { setLogicalLeft(logicalLeft); } in beginPlacingBoxRangesInInlineDirection()
178 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
DRenderFieldset.cpp71 LayoutUnit logicalLeft; in layoutSpecialExcludedChild() local
DRenderBlockLineLayout.cpp377 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForLeftAlignedBlock()
393 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForRightAlignedBlock()
415 …ignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForCenterAlignedBlock()
567 …gn, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& tota… in updateLogicalWidthForAlignment()
648 float logicalLeft = max<float>(segments[0].logicalLeft, lineLogicalLeft); in computeInlineDirectionPositionsForLine() local
686 …Segment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft, in computeInlineDirectionPositionsForSegment()
2265 float logicalLeft = pixelSnappedLogicalLeftOffsetForLine(curr->lineTop(), firstLine); in deleteEllipsisLineBoxes() local
2314 float logicalLeft = 0; // We are only intersted in the delta from the base position. in checkLinesForTextOverflow() local
2389 float logicalLeft = logicalLeftOffsetForLine(logicalHeight(), false); in startAlignedOffsetForLine() local
DRenderBlockFlow.h95 void setLogicalLeftForFloat(FloatingObject* floatingObject, LayoutUnit logicalLeft) in setLogicalLeftForFloat()
DInlineBox.h207 float logicalLeft() const { return isHorizontal() ? m_topLeft.x() : m_topLeft.y(); } in logicalLeft() function
DFloatingObjects.cpp460 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(floatingObject); in updateOffsetIfNeeded() local
DRenderBlock.cpp1674 void RenderBlock::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft, ApplyLayoutDelta… in setLogicalLeftForChild()
2596 …LayoutUnit logicalLeft = max(lastLogicalLeft, logicalLeftSelectionOffset(rootBlock, logicalBottom)… in blockSelectionGap() local
2609 …RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, con… in logicalLeftSelectionGap()
2653 LayoutUnit logicalLeft = logicalLeftOffsetForLine(position, false); in logicalLeftSelectionOffset() local
3316 …LayoutUnit logicalLeft = parent->isHorizontalWritingMode() ? pointInChildCoordinates.x() : pointIn… in positionForPointRespectingEditingBoundaries() local
3836 LayoutUnit logicalLeft = logicalLeftOffsetForContent(); in adjustForColumns() local
DInlineFlowBox.cpp359 float InlineFlowBox::placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing, GlyphOv… in placeBoxesInInlineDirection()
377 …angeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minL… in placeBoxRangeInInlineDirection()
DRenderBox.h83 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); } in logicalLeft() function
DRenderBox.cpp122 LayoutUnit logicalLeft = boxInfo->logicalLeft(); in borderBoxRectInRegion() local
3271 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance()
3495Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing()
3977 Length logicalLeft = style()->logicalLeft(); in computePositionedLogicalWidthReplaced() local
DRenderFlowThread.cpp241 …LayoutUnit logicalLeft = style()->direction() == LTR ? LayoutUnit() : logicalWidth - regionLogical… in updateLogicalWidth() local
DRenderLayer.cpp3134 LayoutUnit logicalLeft = columnBlock->logicalLeftOffsetForContent(); in hitTestChildLayerColumns() local
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp36 Length LengthBox::logicalLeft(WritingMode writingMode) const in logicalLeft() function in WebCore::LengthBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h49 float logicalLeft; member
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.cpp48 LayoutUnit LayoutBoxExtent::logicalLeft(WritingMode writingMode) const in logicalLeft() function in WebCore::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h442 Length logicalLeft() const { return surround->offset.logicalLeft(writingMode()); } in logicalLeft() function
726 …void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSh… in getTextShadowInlineDirectionExtent()
783 …void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) { getSha… in getBoxShadowInlineDirectionExtent()
1723 …void getShadowInlineDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit&… in getShadowInlineDirectionExtent()