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

  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 92 parent->GetNodeList(XFA_NODEFILTER_Children, XFA_Element::Unknown)) {
152 parent->GetNodeList(XFA_NODEFILTER_Children, XFA_Element::Unknown)) {
cxfa_node.h 39 #define XFA_NODEFILTER_Children 0x01
cxfa_node.cpp 405 if (dwTypeFilter == (XFA_NODEFILTER_Children | XFA_NODEFILTER_Properties)) {
415 bool bFilterChildren = !!(dwTypeFilter & XFA_NODEFILTER_Children);
    [all...]
xfa_document_datamerger_imp.cpp 320 XFA_NODEFILTER_Children | XFA_NODEFILTER_Properties,
    [all...]
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 485 curNode->GetNodeList(XFA_NODEFILTER_Children | XFA_NODEFILTER_Properties,
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 666 XFA_NODEFILTER_Children, XFA_Element::DataValue);
    [all...]

Completed in 260 milliseconds