Home
last modified time | relevance | path

Searched refs:hasOrthogonalWritingMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp633 bool hasOrthogonalWritingMode = child.isHorizontalWritingMode() != isHorizontalWritingMode(); in minContentForChild() local
635 if (hasOrthogonalWritingMode) in minContentForChild()
649 bool hasOrthogonalWritingMode = child.isHorizontalWritingMode() != isHorizontalWritingMode(); in maxContentForChild() local
651 if (hasOrthogonalWritingMode) in maxContentForChild()
1185 bool hasOrthogonalWritingMode = child.isHorizontalWritingMode() != isHorizontalWritingMode(); in columnPositionForChild() local
1191 if (hasOrthogonalWritingMode) in columnPositionForChild()
1202 if (hasOrthogonalWritingMode) in columnPositionForChild()
1306 bool hasOrthogonalWritingMode = child.isHorizontalWritingMode() != isHorizontalWritingMode(); in rowPositionForChild() local
1313 if (hasOrthogonalWritingMode) in rowPositionForChild()
1324 if (hasOrthogonalWritingMode) in rowPositionForChild()
[all …]
DRenderFlexibleBox.cpp106 … bool hasOrthogonalWritingMode = child->isHorizontalWritingMode() != isHorizontalWritingMode(); in computeIntrinsicLogicalWidths() local
107 …LayoutUnit minPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->m… in computeIntrinsicLogicalWidths()
108 …LayoutUnit maxPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->m… in computeIntrinsicLogicalWidths()