Searched defs:columnSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.cpp105 while (RenderMultiColumnSet* columnSet = firstMultiColumnSet())
106 columnSet->destroy();
134 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(blockOffset); local
135 if (!columnSet)
137 return columnSet->flowThreadTranslationAtOffset(blockOffset);
164 for (RenderMultiColumnSet* columnSet = firstMultiColumnSet(); columnSet; columnSet = columnSet->nextSiblingMultiColumnSet()) {
168 columnSet
236 addRegionToThread(RenderMultiColumnSet* columnSet) argument
[all...]
H A DRenderFlowThread.cpp56 void RenderFlowThread::removeRegionFromThread(RenderMultiColumnSet* columnSet) argument
58 ASSERT(columnSet);
59 m_multiColumnSetList.remove(columnSet);
106 RenderMultiColumnSet* columnSet = *iter; local
107 LayoutUnit regionLogicalHeight = columnSet->pageLogicalHeight();
121 updateLogicalWidth(); // Called to get the maximum logical width for the columnSet.
141 RenderMultiColumnSet* columnSet = *iter; local
142 computedValues.m_extent += columnSet->logicalHeightOfAllFlowThreadContent();
167 // Let each columnSet figure out the proper enclosing flow thread.
171 RenderMultiColumnSet* columnSet local
179 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(offset); local
188 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(offset); local
225 RenderMultiColumnSet* columnSet = *iter; local
245 RenderMultiColumnSet* columnSet = *iter; local
256 RenderMultiColumnSet* columnSet = *iter; local
[all...]

Completed in 68 milliseconds