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

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.h 16 enum XFA_VERSION {
87 XFA_VERSION GetCurVersionMode() { return m_eCurVersionMode; }
88 XFA_VERSION RecognizeXFAVersionNumber(CFX_WideString& wsTemplateNS);
122 XFA_VERSION m_eCurVersionMode;
cxfa_document.cpp 315 XFA_VERSION CXFA_Document::RecognizeXFAVersionNumber(
333 XFA_VERSION eVersion = (XFA_VERSION)((int32_t)iMajor * 100 + iMinor);
cxfa_dataexporter.cpp 147 XFA_VERSION eVersion =
xfa_layout_itemlayout.cpp     [all...]
cxfa_node.cpp 965 XFA_VERSION version = m_pDocument->GetCurVersionMode();
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 587 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode();
    [all...]
xfa_fffield.cpp 641 XFA_VERSION version = pAcc->GetDoc()->GetXFADoc()->GetCurVersionMode();

Completed in 52 milliseconds