Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h121 FX_BOOL IsAttributeInXML();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp124 if (IsAttributeInXML()) { in Clone()
3990 if (IsAttributeInXML()) { in SetCData()
4050 if (IsAttributeInXML()) { in SetAttributeValue()
4753 if (pNode->IsAttributeInXML()) { in RemoveChild()
4908 FX_BOOL CXFA_Node::IsAttributeInXML() { in IsAttributeInXML() function in CXFA_Node