Home
last modified time | relevance | path

Searched refs:isWritingModeRoot (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp164 …!currChild->isRenderBlock() || (currChild->isBox() && toRenderBox(currChild)->isWritingModeRoot())) in getParentOfFirstLineBox()
DRenderBlock.cpp99 && !block->isWritingModeRoot(); in MarginInfo()
1478 || hasColumns() || isTableCell() || isFieldset() || isWritingModeRoot(); in expandsToEncloseOverhangingFloats()
2015 if (!child->isWritingModeRoot()) in layoutBlockChild()
2754 hasReflection() || hasMask() || isWritingModeRoot()) in isSelectionRoot()
3192 …if (!affectedByPagination || isWritingModeRoot()) // We are unsplittable if we're a block flow roo… in insertFloatingObject()
3724 …| !child->containsFloats() || child->isRoot() || child->hasColumns() || child->isWritingModeRoot()) in addOverhangingFloats()
5214 …r()->horizontalScrollbar() || layer()->scrollXOffset() != 0)))) || (isWritingModeRoot() && !isRuby… in baselinePosition()
5231 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun())) in firstLineBoxBaseline()
5255 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun())) in lastLineBoxBaseline()
6141 if (!child->isWritingModeRoot()) in collapsedMarginBeforeForChild()
[all …]
DRenderBox.h380 …bool isWritingModeRoot() const { return !parent() || parent()->style()->writingMode() != style()->… in isWritingModeRoot() function
DRenderTable.cpp1219 if (isWritingModeRoot()) in firstLineBoxBaseline()
DRenderBox.cpp1442 if (isWritingModeRoot() && !isPositioned()) in computeRectForRepaint()
3268 …return isReplaced() || hasOverflowClip() || isHR() || isLegend() || isWritingModeRoot() || isDepre… in avoidsFloats()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638403 (WebCore::RenderBox::isWritingModeRoot):