Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.h27 explicit CSection(CPDF_VariableText* pVT);
Dcsection.cpp17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection() argument
Dcpdf_variabletext.h34 explicit Iterator(CPDF_VariableText* pVT);
Dcpdf_variabletext.cpp86 CPDF_VariableText::Iterator::Iterator(CPDF_VariableText* pVT) in Iterator() argument
87 : m_CurPos(-1, -1, -1), m_pVT(pVT) {} in Iterator()