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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h63 LayoutUnit paginatedLineWidth() const { return m_fragmentationData ? m_fragmentationData->m_paginatedLineWidth : LayoutUnit(0); }
64 void setPaginatedLineWidth(LayoutUnit width) { ensureLineFragmentationData()->m_paginatedLineWidth = width; }
214 , m_paginatedLineWidth(0)
221 LayoutUnit m_paginatedLineWidth; member in struct:blink::RootInlineBox::LineFragmentationData

Completed in 114 milliseconds