Home
last modified time | relevance | path

Searched refs:pNotsure (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3617 const XFA_NOTSUREATTRIBUTE* pNotsure = in SetAttribute() local
3619 eType = pNotsure ? pNotsure->eType : XFA_ATTRIBUTETYPE_Cdata; in SetAttribute()
3655 const XFA_NOTSUREATTRIBUTE* pNotsure = in GetAttribute() local
3657 eType = pNotsure ? pNotsure->eType : XFA_ATTRIBUTETYPE_Cdata; in GetAttribute()
4840 const XFA_NOTSUREATTRIBUTE* pNotsure = in UpdateNameHash() local
4843 if (!pNotsure || pNotsure->eType == XFA_ATTRIBUTETYPE_Cdata) { in UpdateNameHash()
4846 } else if (pNotsure->eType == XFA_ATTRIBUTETYPE_Enum) { in UpdateNameHash()