Home
last modified time | relevance | path

Searched refs:contentLogicalWidth (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h167 …int contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : con… in contentLogicalWidth() function
312 virtual int availableLogicalWidth() const { return contentLogicalWidth(); } in availableLogicalWidth()
DRenderBlock.cpp2337 int currLogicalLeftOffset = style()->isLeftToRightDirection() ? 0 : contentLogicalWidth(); in paintColumnRules()
2339 int ruleLogicalLeft = style()->isLeftToRightDirection() ? 0 : contentLogicalWidth(); in paintColumnRules()
4309 int desiredColumnWidth = contentLogicalWidth(); in calcColumnWidth()
4365 return contentLogicalWidth(); in desiredColumnWidth()
4400 …: logicalLeftOffsetForContent() + contentLogicalWidth() - colLogicalWidth - (index * (colLogicalWi… in columnRectAt()
4792 int cw = containingBlock()->contentLogicalWidth(); in computeInlinePreferredLogicalWidths()
DRenderTableSection.cpp517 setLogicalWidth(table()->contentLogicalWidth()); in setCellLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638395 (WebCore::RenderBox::contentLogicalWidth):
45931 (WebCore::RenderBox::contentLogicalWidth):