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

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 231 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode();
232 int containerWidthInInlineDirection = hasPerpendicularContainingBlock ? perpendicularContainingBlockLogicalHeight() : availableLogicalWidth;
264 if (!hasPerpendicularContainingBlock)
    [all...]
RenderBox.cpp     [all...]

Completed in 21 milliseconds