Searched defs:pAttributeInfo (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1277 const XFA_ATTRIBUTEINFO* pAttributeInfo = local
1280 if (pAttributeInfo)
1281 bHas = HasAttribute(pAttributeInfo->eName);
1287 bHas = m_pParent->HasAttribute(pAttributeInfo->eName);
3709 const XFA_ATTRIBUTEINFO* pAttributeInfo = XFA_GetAttributeByName(wsValue); local
3710 if (pAttributeInfo) {
3711 return SetAttribute(pAttributeInfo->eName, wsValue, bNotify);
3721 const XFA_ATTRIBUTEINFO* pAttributeInfo = XFA_GetAttributeByName(wsAttr); local
3722 if (pAttributeInfo) {
3723 return GetAttribute(pAttributeInfo
[all...]

Completed in 69 milliseconds