Lines Matching refs:KIND_GROUP
266 if (getNode()->kind() == Node::KIND_GROUP) { in queryInterface()
284 if (getNode()->kind() != Node::KIND_GROUP || in queryInterface()
645 case Node::KIND_GROUP: in initBroadcasterAndChanges()
716 case Node::KIND_GROUP: in initBroadcasterAndChanges()
866 if (getNode()->kind() == Node::KIND_GROUP) { in getTypes()
879 if (getNode()->kind() != Node::KIND_GROUP || in getTypes()
952 if (getNode()->kind() == Node::KIND_GROUP) { in getSupportedServiceNames()
1060 case Node::KIND_GROUP: in getElementType()
1292 case Node::KIND_GROUP: in setName()
1808 case Node::KIND_GROUP: in replaceByName()
1853 case Node::KIND_GROUP: in insertByName()
1900 if (getNode()->kind() == Node::KIND_GROUP) { in removeByName()
2227 ((what & IS_GROUP) == 0 || k == Node::KIND_GROUP) && in thisIs()
2229 ((what & IS_EXTENSIBLE) == 0 || k != Node::KIND_GROUP || in thisIs()
2232 getParentNode()->kind() == Node::KIND_GROUP) || in thisIs()