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

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.cpp 43 CXFA_Subform* pFormRoot =
45 if (!pFormRoot)
50 if (!m_pLayoutPageMgr->InitLayoutPage(pFormRoot))
53 if (!m_pLayoutPageMgr->PrepareFirstPage(pFormRoot))
57 pFormRoot, m_pLayoutPageMgr.get());
xfa_document_datamerger_imp.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 404 CXFA_Form* pFormRoot =
406 CXFA_Node* pContentRootNode = pFormRoot->GetFirstChild();
  /external/pdfium/xfa/fxfa/
cxfa_ffdocview.cpp 325 CXFA_Subform* pFormRoot = GetRootSubform();
326 return pFormRoot ? pdfium::MakeUnique<CXFA_WidgetAccIterator>(pFormRoot)

Completed in 72 milliseconds