Searched refs:ContentRun (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.h189 class ContentRun { class in class:blink::FINAL
191 ContentRun(LayoutUnit breakOffset) function in class:blink::FINAL::ContentRun
207 Vector<ContentRun, 1> m_contentRuns;
H A DRenderMultiColumnSet.cpp124 const ContentRun& run = m_contentRuns[i];
204 m_contentRuns.append(ContentRun(endOffsetFromFirstPage));

Completed in 135 milliseconds