Lines Matching refs:IS_GROUP
1196 OSL_ASSERT(thisIs(IS_GROUP)); in getProperties()
1212 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByName()
1225 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByName()
1359 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertySetInfo()
1370 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValue()
1396 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValue()
1414 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertyChangeListener()
1442 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertyChangeListener()
1466 OSL_ASSERT(thisIs(IS_GROUP)); in addVetoableChangeListener()
1495 OSL_ASSERT(thisIs(IS_GROUP)); in removeVetoableChangeListener()
1518 OSL_ASSERT(thisIs(IS_GROUP)); in setPropertyValues()
1557 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyValues()
1581 OSL_ASSERT(thisIs(IS_GROUP)); in addPropertiesChangeListener()
1605 OSL_ASSERT(thisIs(IS_GROUP)); in removePropertiesChangeListener()
1620 OSL_ASSERT(thisIs(IS_GROUP)); in firePropertiesChangeEvent()
1634 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertySetInfo()
1646 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValue()
1680 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValue()
1698 OSL_ASSERT(thisIs(IS_GROUP)); in setHierarchicalPropertyValues()
1744 OSL_ASSERT(thisIs(IS_GROUP)); in getHierarchicalPropertyValues()
1768 OSL_ASSERT(thisIs(IS_GROUP)); in getPropertyByHierarchicalName()
1782 OSL_ASSERT(thisIs(IS_GROUP)); in hasPropertyByHierarchicalName()
2227 ((what & IS_GROUP) == 0 || k == Node::KIND_GROUP) && in thisIs()