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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_nodehelper.cpp 173 if (child->GetClassID() == XFA_ELEMENT_Variables) {
220 parentElement == XFA_ELEMENT_Variables) {
xfa_script_imp.cpp 483 if (!pParent || pParent->GetClassID() != XFA_ELEMENT_Variables) {
521 if (!variablesNode || variablesNode->GetClassID() != XFA_ELEMENT_Variables) {
    [all...]
xfa_script_resolveprocessor.cpp 234 if (pChild->GetClassID() == XFA_ELEMENT_Variables) {
431 if ((child->GetClassID() == XFA_ELEMENT_Variables ||
xfa_document_datamerger_imp.cpp 491 if (eType == XFA_ELEMENT_Variables) {
    [all...]
xfa_layout_itemlayout.cpp     [all...]
xfa_basic_data.cpp     [all...]
xfa_objectacc_imp.cpp     [all...]
xfa_object_imp.cpp 261 (pChild->GetClassID() == XFA_ELEMENT_Variables ||
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 901 XFA_ELEMENT_Variables,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 478 if (elementType != XFA_ELEMENT_Variables &&

Completed in 98 milliseconds