Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.h23 explicit CSection(CPDF_VariableText* pVT);
Dcsection.cpp14 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection() argument
Dcpdf_variabletext.h41 explicit Iterator(CPDF_VariableText* pVT);
Dcpdf_variabletext.cpp84 CPDF_VariableText::Iterator::Iterator(CPDF_VariableText* pVT) in Iterator() argument
85 : m_CurPos(-1, -1, -1), m_pVT(pVT) {} in Iterator()