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 484 LayoutRect layerBoundsInFlowThread(layerBoundingBox);
485 flowThread()->flipForWritingMode(layerBoundsInFlowThread);
489 LayoutRect clippedRect(layerBoundsInFlowThread);
496 LayoutUnit layerLogicalTop = isHorizontalWritingMode() ? layerBoundsInFlowThread.y() : layerBoundsInFlowThread.x();
497 LayoutUnit layerLogicalBottom = (isHorizontalWritingMode() ? layerBoundsInFlowThread.maxY() : layerBoundsInFlowThread.maxX()) - 1;
522 LayoutRect clippedRect(layerBoundsInFlowThread);
RenderLayer.cpp     [all...]

Completed in 49 milliseconds