Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderFlowThread

32 #include "core/rendering/RenderFlowThread.h"
47 RenderFlowThread::RenderFlowThread()
56 void RenderFlowThread::removeRegionFromThread(RenderMultiColumnSet* columnSet)
62 void RenderFlowThread::invalidateRegions()
92 RenderFlowThread* m_renderFlowThread;
95 void RenderFlowThread::validateRegions()
125 void RenderFlowThread::layout()
135 void RenderFlowThread::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
146 bool RenderFlowThread::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
153 bool RenderFlowThread::shouldIssuePaintInvalidations(const LayoutRect& r) const
161 void RenderFlowThread::paintInvalidationRectangleInRegions(const LayoutRect& paintInvalidationRect) const
177 LayoutUnit RenderFlowThread::pageLogicalHeightForOffset(LayoutUnit offset)
186 LayoutUnit RenderFlowThread::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule)
204 RenderRegion* RenderFlowThread::firstRegion() const
211 RenderRegion* RenderFlowThread::lastRegion() const
218 void RenderFlowThread::updateRegionsFlowThreadPortionRect()
228 LayoutUnit columnSetLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logicalHeight, columnSet->logicalHeightOfAllFlowThreadContent());
240 void RenderFlowThread::collectLayerFragments(LayerFragments& layerFragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect)
250 LayoutRect RenderFlowThread::fragmentsBoundingBox(const LayoutRect& layerBoundingBox)
271 bool RenderFlowThread::cachedOffsetFromLogicalTopOfFirstRegion(const RenderBox* box, LayoutUnit& result) const
281 void RenderFlowThread::setOffsetFromLogicalTopOfFirstRegion(const RenderBox* box, LayoutUnit offset)
286 void RenderFlowThread::clearOffsetFromLogicalTopOfFirstRegion(const RenderBox* box)
292 const RenderBox* RenderFlowThread::currentStatePusherRenderBox() const
301 void RenderFlowThread::pushFlowThreadLayoutState(const RenderObject& object)
315 void RenderFlowThread::popFlowThreadLayoutState()
326 LayoutUnit RenderFlowThread::offsetFromLogicalTopOfFirstRegion(const RenderBlock* currentBlock) const
371 void RenderFlowThread::RegionSearchAdapter::collectIfNeeded(const MultiColumnSetInterval& interval)
379 CurrentRenderFlowThreadMaintainer::CurrentRenderFlowThreadMaintainer(RenderFlowThread* renderFlowThread)
380 : m_renderFlowThread(renderFlowThread)