Searched refs:columnSetAtBlockOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.cpp134 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(blockOffset);
289 if (RenderMultiColumnSet* multicolSet = columnSetAtBlockOffset(offset))
295 if (RenderMultiColumnSet* multicolSet = columnSetAtBlockOffset(offset))
299 RenderMultiColumnSet* RenderMultiColumnFlowThread::columnSetAtBlockOffset(LayoutUnit /*offset*/) const function in class:blink::RenderMultiColumnFlowThread
307 if (RenderMultiColumnSet* multicolSet = columnSetAtBlockOffset(offset)) {
H A DRenderMultiColumnFlowThread.h142 virtual RenderMultiColumnSet* columnSetAtBlockOffset(LayoutUnit) const OVERRIDE;
H A DRenderFlowThread.h118 virtual RenderMultiColumnSet* columnSetAtBlockOffset(LayoutUnit) const = 0;
H A DRenderFlowThread.cpp179 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(offset);
188 RenderMultiColumnSet* columnSet = columnSetAtBlockOffset(offset);

Completed in 170 milliseconds