Searched refs:attr_desc (Results 1 – 3 of 3) sorted by relevance
252 for (AttributeDescriptor attr_desc : attr_desc_list) { in createUiAttributeControls()253 if (attr_desc instanceof SeparatorAttributeDescriptor) { in createUiAttributeControls()302 for (AttributeDescriptor attr_desc : attr_desc_list) { in createUiAttributeControls()303 if (attr_desc instanceof XmlnsAttributeDescriptor) { in createUiAttributeControls()306 } else if (table == null || attr_desc instanceof SeparatorAttributeDescriptor) { in createUiAttributeControls()308 if (attr_desc instanceof SeparatorAttributeDescriptor) { in createUiAttributeControls()310 title = attr_desc.getXmlLocalName(); in createUiAttributeControls()316 if (attr_desc instanceof SeparatorAttributeDescriptor) { in createUiAttributeControls()321 UiAttributeNode ui_attr = ui_node.findUiAttribute(attr_desc); in createUiAttributeControls()335 attr_desc.getXmlLocalName(), in createUiAttributeControls()
121 AttributeDescriptor attr_desc = attr_desc_list[i / 2 + (i & 1) * n2]; in createUiAttributes() local122 if (attr_desc instanceof XmlnsAttributeDescriptor) { in createUiAttributes()127 UiAttributeNode ui_attr = uiElementNode.findUiAttribute(attr_desc); in createUiAttributes()135 attr_desc.getXmlLocalName(), in createUiAttributes()
213 for (AttributeDescriptor attr_desc : attr_desc_list) { in insertUiAttributes()214 if (attr_desc instanceof XmlnsAttributeDescriptor) { in insertUiAttributes()219 UiAttributeNode ui_attr = uiNode.findUiAttribute(attr_desc); in insertUiAttributes()227 attr_desc.getXmlLocalName(), in insertUiAttributes()