| /external/chromium_org/third_party/WebKit/Source/platform/ |
| D | LengthBox.cpp | 36 const Length& LengthBox::logicalLeft(WritingMode writingMode) const in logicalLeft() function in blink::LengthBox
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderRubyText.cpp | 63 …djustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
|
| D | RenderRubyBase.cpp | 136 …djustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
|
| D | InlineFlowBox.h | 179 void beginPlacingBoxRangesInInlineDirection(float logicalLeft) { setLogicalLeft(logicalLeft); } in beginPlacingBoxRangesInInlineDirection() 180 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
|
| D | RenderFieldset.cpp | 74 LayoutUnit logicalLeft; in layoutSpecialExcludedChild() local
|
| D | RenderBlockLineLayout.cpp | 298 …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
|
| D | FloatingObjects.cpp | 452 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(&floatingObject); in updateOffsetIfNeeded() local 505 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(&floatingObject); in updateOffsetIfNeeded() local
|
| D | RenderBlockFlow.h | 137 void setLogicalLeftForFloat(FloatingObject* floatingObject, LayoutUnit logicalLeft) in setLogicalLeftForFloat()
|
| D | InlineBox.h | 211 float logicalLeft() const { return isHorizontal() ? m_topLeft.x() : m_topLeft.y(); } in logicalLeft() function
|
| D | InlineFlowBox.cpp | 362 float InlineFlowBox::placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing) in placeBoxesInInlineDirection() 381 float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing) in placeBoxRangeInInlineDirection()
|
| D | RenderBox.h | 110 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); } in logicalLeft() function
|
| D | RenderBlock.cpp | 2018 …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
|
| 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() 3417 Length logicalLeft = style()->logicalLeft(); in computePositionedLogicalWidthReplaced() local
|
| D | RenderBlockFlow.cpp | 532 void RenderBlockFlow::setLogicalLeftForChild(RenderBox* child, LayoutUnit logicalLeft) in setLogicalLeftForChild() 2810 LayoutUnit logicalLeft = logicalLeftOffsetForLine(position, false); in logicalLeftSelectionOffset() local
|
| D | RenderLayer.cpp | 2879 LayoutUnit logicalLeft = columnBlock->logicalLeftOffsetForContent(); in hitTestChildLayerColumns() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
| D | Shape.h | 59 float logicalLeft; member
|
| /external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
| D | LayoutBoxExtent.cpp | 48 LayoutUnit LayoutBoxExtent::logicalLeft(WritingMode writingMode) const in logicalLeft() function in blink::LayoutBoxExtent
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | RenderStyle.h | 444 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()
|