Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.cpp104 LayoutRect flowThreadOverflow = m_flowThread->visualOverflowRect(); in overflowRectForFlowThreadPortion() local
110 …LayoutUnit minY = isFirstPortion ? (flowThreadOverflow.y() - outlineSize) : flowThreadPortionRect.… in overflowRectForFlowThreadPortion()
111 …LayoutUnit maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) + o… in overflowRectForFlowThreadPortion()
113 …clipX ? flowThreadPortionRect.x() : min(flowThreadPortionRect.x(), flowThreadOverflow.x() - outlin… in overflowRectForFlowThreadPortion()
114 … flowThreadPortionRect.maxX() : max(flowThreadPortionRect.maxX(), (flowThreadOverflow.maxX() + out… in overflowRectForFlowThreadPortion()
117 …LayoutUnit minX = isFirstPortion ? (flowThreadOverflow.x() - outlineSize) : flowThreadPortionRect.… in overflowRectForFlowThreadPortion()
118 …LayoutUnit maxX = isLastPortion ? max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) + o… in overflowRectForFlowThreadPortion()
120 …lipY ? flowThreadPortionRect.y() : min(flowThreadPortionRect.y(), (flowThreadOverflow.y() - outlin… in overflowRectForFlowThreadPortion()
121 …Y ? flowThreadPortionRect.maxY() : max(flowThreadPortionRect.y(), (flowThreadOverflow.maxY() + out… in overflowRectForFlowThreadPortion()