HomeSort by relevance Sort by last modified time
    Searched refs:contentLogicalWidth (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlMultiLine.cpp 97 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
TextAutosizer.cpp 344 float textWidth = clusterInfo.blockContainingAllText->contentLogicalWidth().toFloat();
361 maxTextWidth = max<float>(maxTextWidth, clusterInfo.blockContainingAllText->contentLogicalWidth().toFloat());
539 LayoutUnit contentWidth = renderer->contentLogicalWidth();
540 LayoutUnit clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth();
556 LayoutUnit contentWidth = renderer->contentLogicalWidth();
557 LayoutUnit clusterTextWidth = parentClusterInfo.blockContainingAllText->contentLogicalWidth();
    [all...]
FastTextAutosizer.cpp 829 return block->contentLogicalWidth().toFloat();
845 if (float containerWidth = block->containingBlock()->contentLogicalWidth().toFloat()) {
850 if ((width = block->contentLogicalWidth().toFloat()) > 0)
    [all...]
RenderMultiColumnSet.cpp 343 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
457 LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : contentLogicalWidth();
459 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : contentLogicalWidth();
RenderMultiColumnFlowThread.cpp 212 LayoutUnit availableWidth = columnBlock->contentLogicalWidth();
RenderBox.h 239 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
459 virtual LayoutUnit availableLogicalWidth() const { return contentLogicalWidth(); }
    [all...]
RenderFlexibleBox.cpp 440 return contentLogicalWidth();
453 return child->computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child->borderAndPaddingLogicalWidth();
836 LayoutUnit availableSize = contentLogicalWidth();
    [all...]
RenderBlock.cpp     [all...]
RenderTableSection.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 334 milliseconds