Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.h80 return m_CurrentViewRecordIter != m_ProposedViewRecords.end(); in HasCurrentViewRecord()
83 return m_CurrentViewRecordIter->get(); in GetCurrentViewRecord()
86 return m_CurrentViewRecordIter->get(); in GetCurrentViewRecord()
89 m_CurrentViewRecordIter = m_ProposedViewRecords.begin(); in ResetToFirstViewRecord()
168 RecordList::iterator m_CurrentViewRecordIter; variable
Dcxfa_viewlayoutprocessor.cpp339 m_CurrentViewRecordIter(m_ProposedViewRecords.end()) {} in CXFA_ViewLayoutProcessor()
479 if (m_CurrentViewRecordIter != GetTailPosition()) in AppendNewPage()
543 m_CurrentViewRecordIter == GetTailPosition()) { in SubmitContentItem()
546 m_CurrentViewRecordIter = GetTailPosition(); in SubmitContentItem()
564 if (m_CurrentViewRecordIter == m_ProposedViewRecords.begin()) in GetAvailHeight()
812 m_CurrentViewRecordIter == m_ProposedViewRecords.begin() && in ExecuteBreakBeforeOrAfter()
1588 m_CurrentViewRecordIter = m_ProposedViewRecords.end(); in ClearData()