Searched refs:m_paginatedLineWidth (Results 1 – 1 of 1) sorted by relevance
63 …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