Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3776 XFA_LPCNOTSUREATTRIBUTE pNotsure = in SetAttribute() local
3778 eType = pNotsure ? pNotsure->eType : XFA_ATTRIBUTETYPE_Cdata; in SetAttribute()
3813 XFA_LPCNOTSUREATTRIBUTE pNotsure = in GetAttribute() local
3815 eType = pNotsure ? pNotsure->eType : XFA_ATTRIBUTETYPE_Cdata; in GetAttribute()
5002 XFA_LPCNOTSUREATTRIBUTE pNotsure = in UpdateNameHash() local
5004 if (!pNotsure || pNotsure->eType == XFA_ATTRIBUTETYPE_Cdata) { in UpdateNameHash()
5009 } else if (pNotsure->eType == XFA_ATTRIBUTETYPE_Enum) { in UpdateNameHash()