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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 545 LayoutRect layerBoundsInFlowThread(layerBoundingBox);
546 flowThread()->flipForWritingMode(layerBoundsInFlowThread);
550 LayoutRect clippedRect(layerBoundsInFlowThread);
557 LayoutUnit layerLogicalTop = isHorizontalWritingMode() ? layerBoundsInFlowThread.y() : layerBoundsInFlowThread.x();
558 LayoutUnit layerLogicalBottom = (isHorizontalWritingMode() ? layerBoundsInFlowThread.maxY() : layerBoundsInFlowThread.maxX()) - 1;
577 LayoutRect clippedRect(layerBoundsInFlowThread);
RenderLayer.cpp     [all...]

Completed in 1462 milliseconds