/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxRegionInfo.h | 38 RenderBoxRegionInfo(LayoutUnit logicalLeft, LayoutUnit logicalWidth, bool isShifted) in RenderBoxRegionInfo() 44 LayoutUnit logicalLeft() const { return m_logicalLeft; } in logicalLeft() function
|
D | RenderRubyText.cpp | 65 …xt::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
|
D | RenderRubyBase.cpp | 146 …se::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logi… in adjustInlineDirectionLineBounds()
|
D | InlineFlowBox.h | 177 void beginPlacingBoxRangesInInlineDirection(float logicalLeft) { setLogicalLeft(logicalLeft); } in beginPlacingBoxRangesInInlineDirection() 178 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection()
|
D | RenderFieldset.cpp | 71 LayoutUnit logicalLeft; in layoutSpecialExcludedChild() local
|
D | RenderBlockLineLayout.cpp | 377 …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
|
D | RenderBlockFlow.h | 95 void setLogicalLeftForFloat(FloatingObject* floatingObject, LayoutUnit logicalLeft) in setLogicalLeftForFloat()
|
D | InlineBox.h | 207 float logicalLeft() const { return isHorizontal() ? m_topLeft.x() : m_topLeft.y(); } in logicalLeft() function
|
D | FloatingObjects.cpp | 460 LayoutUnit logicalLeft = m_renderer->logicalLeftForFloat(floatingObject); in updateOffsetIfNeeded() local
|
D | RenderBlock.cpp | 1674 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
|
D | InlineFlowBox.cpp | 359 float InlineFlowBox::placeBoxesInInlineDirection(float logicalLeft, bool& needsWordSpacing, GlyphOv… in placeBoxesInInlineDirection() 377 …angeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minL… in placeBoxRangeInInlineDirection()
|
D | RenderBox.h | 83 LayoutUnit logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); } in logicalLeft() function
|
D | RenderBox.cpp | 122 LayoutUnit logicalLeft = boxInfo->logicalLeft(); in borderBoxRectInRegion() local 3271 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() 3495 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing() 3977 Length logicalLeft = style()->logicalLeft(); in computePositionedLogicalWidthReplaced() local
|
D | RenderFlowThread.cpp | 241 …LayoutUnit logicalLeft = style()->direction() == LTR ? LayoutUnit() : logicalWidth - regionLogical… in updateLogicalWidth() local
|
D | RenderLayer.cpp | 3134 LayoutUnit logicalLeft = columnBlock->logicalLeftOffsetForContent(); in hitTestChildLayerColumns() local
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LengthBox.cpp | 36 Length LengthBox::logicalLeft(WritingMode writingMode) const in logicalLeft() function in WebCore::LengthBox
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | Shape.h | 49 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 WebCore::LayoutBoxExtent
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 442 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()
|