Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp17 : m_pEdit(pEdit), m_pVTIterator(pVTIterator) {} in CFX_Edit_Iterator()
22 return m_pVTIterator->NextWord(); in NextWord()
26 return m_pVTIterator->NextLine(); in NextLine()
30 return m_pVTIterator->NextSection(); in NextSection()
34 return m_pVTIterator->PrevWord(); in PrevWord()
38 return m_pVTIterator->PrevLine(); in PrevLine()
42 return m_pVTIterator->PrevSection(); in PrevSection()
48 if (m_pVTIterator->GetWord(word)) { in GetWord()
58 if (m_pVTIterator->GetLine(line)) { in GetLine()
68 if (m_pVTIterator->GetSection(section)) { in GetSection()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp807 m_pVTIterator(NULL) {} in CPDF_VariableText()
809 delete m_pVTIterator; in ~CPDF_VariableText()
810 m_pVTIterator = NULL; in ~CPDF_VariableText()
1664 if (!m_pVTIterator) { in GetIterator()
1665 m_pVTIterator = new CPDF_VariableText_Iterator(this); in GetIterator()
1667 return m_pVTIterator; in GetIterator()
Dpdf_vt.h530 CPDF_VariableText_Iterator* m_pVTIterator; variable
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h790 IPDF_VariableText_Iterator* m_pVTIterator; variable