Searched defs:columnSetAtBlockOffset (Results 1 - 1 of 1) 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)) {

Completed in 223 milliseconds