Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument_p.h275 QList<int> m_allocatedTextPagesFifo; in Q_DECLARE_FLAGS() local
H A Ddocument.cpp1568 while (m_allocatedTextPagesFifo.count() > m_maxAllocatedTextPages) { in _o_configChanged()
1569 int pageToKick = m_allocatedTextPagesFifo.takeFirst(); in _o_configChanged()
2592 d->m_allocatedTextPagesFifo.clear(); in closeDocument()
5068 if (m_allocatedTextPagesFifo.size() == m_maxAllocatedTextPages) { in textGenerationDone()
5069 int pageToKick = m_allocatedTextPagesFifo.takeFirst(); in textGenerationDone()
5077 m_allocatedTextPagesFifo.append(page->number()); in textGenerationDone()