Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Delement_attributes.inc206 ELEM_ATTR____(ExclGroup, H, CJX_Object::ScriptAttributeString)
207 ELEM_ATTR____(ExclGroup, W, CJX_Object::ScriptAttributeString)
208 ELEM_ATTR____(ExclGroup, X, CJX_Object::ScriptAttributeString)
209 ELEM_ATTR____(ExclGroup, Y, CJX_Object::ScriptAttributeString)
210 ELEM_ATTR____(ExclGroup, HAlign, CJX_Object::ScriptAttributeString)
211 ELEM_ATTR____(ExclGroup, ErrorText, CJX_ExclGroup::errorText)
212 ELEM_ATTR____(ExclGroup, DataNode, CJX_Object::ScriptSomDataNode)
213 ELEM_ATTR____(ExclGroup, Access, CJX_Object::ScriptAttributeString)
214 ELEM_ATTR____(ExclGroup, FillColor, CJX_Object::ScriptSomFillColor)
215 ELEM_ATTR____(ExclGroup, Presence, CJX_Object::ScriptAttributeString)
[all …]
Dcxfa_exclgroup.cpp60 XFA_Element::ExclGroup, in CXFA_ExclGroup()
Dcxfa_object.h83 m_elementType == XFA_Element::ExclGroup; in HasCreatedUIWidget()
Dcxfa_nodehelper.cpp136 } else if (refNode->GetElementType() == XFA_Element::ExclGroup) { in SetCreateNodeType()
Dcxfa_document.cpp396 case XFA_Element::ExclGroup: in FindMatchingDataNode()
493 if (eType != XFA_Element::Field && eType != XFA_Element::ExclGroup) in CreateDataBinding()
798 } else if (pTemplateNode->GetElementType() == XFA_Element::ExclGroup && in CopyContainer_Field()
1115 if (eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup || in UpdateBindingRelations()
1579 case XFA_Element::ExclGroup: in DataMerge_CopyContainer()
Dcxfa_node.cpp1318 if (eType == XFA_Element::ExclGroup) in GetContainerNode()
1321 if (pParentNode && pParentNode->GetElementType() == XFA_Element::ExclGroup) in GetContainerNode()
2139 case XFA_Element::ExclGroup: in SendAttributeChangeMessage()
2369 if (!pExcl || pExcl->GetElementType() != XFA_Element::ExclGroup) in GetExclGroupIfExists()
2942 } else if (type == XFA_Element::ExclGroup) { in GetUIChildNode()
3941 return pParent && pParent->GetElementType() == XFA_Element::ExclGroup; in IsRadioButton()
5414 case XFA_Element::ExclGroup: in Create()
Delements.inc117 ELEM____(0x48f36719u, "exclGroup", ExclGroup, NodeWithUse)
/external/pdfium/fxjs/xfa/
Dcjx_exclgroup.h38 static const TypeTag static_type__ = TypeTag::ExclGroup;
Dcjx_exclgroup.cpp44 XFA_Element::ExclGroup); in execEvent()
Dcjx_node.cpp538 if (eType != XFA_Element::ExclGroup && eType != XFA_Element::Field) in execSingleEventByName()
543 pParentNode->GetElementType() == XFA_Element::ExclGroup) { in execSingleEventByName()
Dcjx_object.h70 ExclGroup, enumerator
Dcjx_object.cpp604 if (ToNode(GetXFAObject())->GetElementType() == XFA_Element::ExclGroup) { in SetContent()
710 if (ToNode(GetXFAObject())->GetElementType() == XFA_Element::ExclGroup) { in TryContent()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp233 if (eType != XFA_Element::Field && eType != XFA_Element::ExclGroup) in ResetSingleNodeData()
261 pFormNode->GetElementType() != XFA_Element::ExclGroup) { in ResetNode()
265 if (next_node->GetElementType() == XFA_Element::ExclGroup) in ResetNode()
Dcxfa_ffnotify.cpp404 XFA_Element::ExclGroup) { in OnValueChanged()
Dcxfa_ffpageview.cpp101 case XFA_Element::ExclGroup: in IsLayoutElement()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp66 case XFA_Element::ExclGroup: in UpdateWidgetSize()
94 if (eType == XFA_Element::Subform || eType == XFA_Element::ExclGroup) { in CalculateContainerSpecifiedSize()
2058 case XFA_Element::ExclGroup: in DoLayoutInternal()