Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp262 CXFA_Pdf* pPDF = pPresent->GetFirstChildByClass<CXFA_Pdf>(XFA_Element::Pdf); in IsInteractive() local
263 if (!pPDF) in IsInteractive()
267 pPDF->GetChild<CXFA_Interactive>(0, XFA_Element::Interactive, false); in IsInteractive()