Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp96 : m_pEdit(pEdit), m_pVTIterator(pVTIterator) {} in CFX_Edit_Iterator()
101 return m_pVTIterator->NextWord(); in NextWord()
105 return m_pVTIterator->PrevWord(); in PrevWord()
111 if (m_pVTIterator->GetWord(word)) { in GetWord()
121 if (m_pVTIterator->GetLine(line)) { in GetLine()
131 if (m_pVTIterator->GetSection(section)) { in GetSection()
139 m_pVTIterator->SetAt(nWordIndex); in SetAt()
143 m_pVTIterator->SetAt(place); in SetAt()
147 return m_pVTIterator->GetAt(); in GetAt()
Dfxet_edit.h521 CPDF_VariableText::Iterator* m_pVTIterator; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h238 std::unique_ptr<CPDF_VariableText::Iterator> m_pVTIterator; variable
Dcpdf_variabletext.cpp1099 if (!m_pVTIterator) in GetIterator()
1100 m_pVTIterator = pdfium::MakeUnique<CPDF_VariableText::Iterator>(this); in GetIterator()
1101 return m_pVTIterator.get(); in GetIterator()