Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h63 …Width() const { return m_fragmentationData ? m_fragmentationData->m_paginatedLineWidth : LayoutUni… in paginatedLineWidth()
64 …ginatedLineWidth(LayoutUnit width) { ensureLineFragmentationData()->m_paginatedLineWidth = width; } in setPaginatedLineWidth()
214 , m_paginatedLineWidth(0) in LineFragmentationData()
221 LayoutUnit m_paginatedLineWidth; member