HomeSort by relevance Sort by last modified time
    Searched defs:flowThread (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.h 52 RenderFlowThread* flowThread() const { return m_flowThread; }
RenderMultiColumnSet.cpp 38 RenderMultiColumnSet::RenderMultiColumnSet(RenderFlowThread* flowThread)
39 : RenderRegion(0, flowThread)
47 RenderMultiColumnSet* RenderMultiColumnSet::createAnonymous(RenderFlowThread* flowThread, RenderStyle* parentStyle)
49 Document& document = flowThread->document();
50 RenderMultiColumnSet* renderer = new RenderMultiColumnSet(flowThread);
282 bool isHorizontal = flowThread()->isHorizontalWritingMode();
284 LayoutRect layoutRect = flowThread()->layoutOverflowRect();
325 LayoutUnit logicalHeightInColumns = flowThread()->isHorizontalWritingMode() ? flowThreadPortionRect().height() : flowThreadPortionRect().width();
433 flowThread()->flipForWritingMode(flowThreadPaintInvalidationRect);
485 flowThread()->flipForWritingMode(layerBoundsInFlowThread)
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderObject.cpp 640 RenderFlowThread* flowThread = view()->flowThreadController()->currentRenderFlowThread();
641 if (flowThread)
642 return flowThread;
    [all...]
RenderBlockFlow.cpp 189 RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread();
190 if (!flowThread)
192 setLogicalTopForChild(flowThread, borderBefore() + paddingBefore());
193 flowThread->layoutColumns(relayoutChildren, layoutScope);
194 determineLogicalLeftPositionForChild(flowThread);
195 return flowThread;
201 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) {
202 if (flowThread->needsNewWidth())
210 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) {
214 pageLogicalHeightChanged = columnHeight != flowThread->columnHeightAvailable()
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineLayoutState.h 36 LineLayoutState(bool fullLayout, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, RenderFlowThread* flowThread)
49 , m_flowThread(flowThread)
99 RenderFlowThread* flowThread() const { return m_flowThread; }

Completed in 231 milliseconds