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

  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 89 bool HasPropertyFlags(XFA_Element property, uint8_t flags) const;
cxfa_node.cpp 339 bool CXFA_Node::HasPropertyFlags(XFA_Element property, uint8_t flags) const {
424 HasPropertyFlags(pChild->GetElementType(),
    [all...]
cxfa_simple_parser.cpp 881 if (pXFANode->HasPropertyFlags(
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 929 if (xfaNode->HasPropertyFlags(eProperty, XFA_PROPERTYFLAG_OneOf)) {
932 if (xfaNode->HasPropertyFlags(pNode->GetElementType(),
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 422 if (node && node->HasPropertyFlags(eChildType, XFA_PROPERTYFLAG_OneOf)) {
    [all...]

Completed in 144 milliseconds