Searched refs:m_flowThread (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMultiColumnBlock.cpp40 , m_flowThread(0)
116 if (childBox != m_flowThread && childBox->isRenderMultiColumnSet()) {
127 m_flowThread->setChildNeedsLayout(true, MarkOnlyThis);
141 if (!m_flowThread) {
142 m_flowThread = RenderMultiColumnFlowThread::createAnonymous(document());
143 m_flowThread->setStyle(RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK));
144 RenderBlock::addChild(m_flowThread);
146 m_flowThread->addChild(newChild, beforeChild);
151 if (!m_flowThread)
159 if (childBox == m_flowThread)
[all...]
H A DRenderRegion.cpp52 , m_flowThread(flowThread)
63 ASSERT(m_flowThread);
64 return m_flowThread->isHorizontalWritingMode() ? contentWidth() : contentHeight();
69 ASSERT(m_flowThread);
70 if (hasOverrideHeight() && !m_flowThread->inConstrainedLayoutPhase()) {
74 return m_flowThread->isHorizontalWritingMode() ? contentHeight() : contentWidth();
81 ASSERT(m_flowThread);
82 ASSERT(hasAutoLogicalHeight() && !m_flowThread->inConstrainedLayoutPhase());
88 ASSERT(m_flowThread);
89 if (hasOverrideHeight() && !m_flowThread
[all...]
H A DRenderMultiColumnBlock.h45 RenderMultiColumnFlowThread* flowThread() const { return m_flowThread; }
68 RenderMultiColumnFlowThread* m_flowThread; member in class:WebCore::RenderMultiColumnBlock
H A DRenderRegion.h63 RenderFlowThread* flowThread() const { return m_flowThread; }
170 RenderFlowThread* m_flowThread; member in class:WebCore::RenderRegion
H A DRenderMultiColumnSet.cpp330 if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
H A DRenderBlockLineLayout.cpp1466 , m_flowThread(flowThread)
1513 RenderFlowThread* flowThread() const { return m_flowThread; }
1514 void setFlowThread(RenderFlowThread* thread) { m_flowThread = thread; }
1536 RenderFlowThread* m_flowThread; member in class:WebCore::LineLayoutState
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleRareNonInheritedData.cpp56 , m_flowThread(RenderStyle::initialFlowThread())
139 , m_flowThread(o.m_flowThread)
228 && m_flowThread == o.m_flowThread
H A DStyleRareNonInheritedData.h159 AtomicString m_flowThread; member in class:WebCore::StyleRareNonInheritedData
H A DRenderStyle.h893 const AtomicString& flowThread() const { return rareNonInheritedData->m_flowThread; }
1393 void setFlowThread(const AtomicString& flowThread) { SET_VAR(rareNonInheritedData, m_flowThread, flowThread); }

Completed in 251 milliseconds