HomeSort by relevance Sort by last modified time
    Searched refs:m_pVTIterator (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 17 : m_pEdit(pEdit), m_pVTIterator(pVTIterator) {}
22 return m_pVTIterator->NextWord();
26 return m_pVTIterator->NextLine();
30 return m_pVTIterator->NextSection();
34 return m_pVTIterator->PrevWord();
38 return m_pVTIterator->PrevLine();
42 return m_pVTIterator->PrevSection();
48 if (m_pVTIterator->GetWord(word)) {
58 if (m_pVTIterator->GetLine(line)) {
68 if (m_pVTIterator->GetSection(section))
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 807 m_pVTIterator(NULL) {}
809 delete m_pVTIterator;
810 m_pVTIterator = NULL;
    [all...]
pdf_vt.h 530 CPDF_VariableText_Iterator* m_pVTIterator;
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 790 IPDF_VariableText_Iterator* m_pVTIterator;

Completed in 39 milliseconds