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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 540 CXFA_Node* pNewNode = pTemplateNode->CloneTemplateToForm(FALSE);
548 CXFA_Node* pNewChild = pTemplateChild->CloneTemplateToForm(TRUE);
    [all...]
xfa_object_imp.cpp 305 CXFA_Node* CXFA_Node::CloneTemplateToForm(FX_BOOL bRecursive) {
318 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive));
    [all...]
xfa_layout_pagemgr_new.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.cpp 502 CXFA_Node* pNewFormItem = pTemplateParent->CloneTemplateToForm(FALSE);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 264 CXFA_Node* CloneTemplateToForm(FX_BOOL bRecursive);
    [all...]

Completed in 440 milliseconds