TAG_SVG_ATT_attributeName  237 applications/testapps/svg2bifs/main.c 		else if (gf_node_get_attribute_by_tag((GF_Node *)anim->animation_elt, TAG_SVG_ATT_attributeName, 0, 0, &info) == GF_OK) {
TAG_SVG_ATT_attributeName 1704 src/laser/lsr_dec.c 		lsr->last_error = gf_node_get_attribute_by_tag(n, TAG_SVG_ATT_attributeName, GF_TRUE, GF_FALSE, &info);
TAG_SVG_ATT_attributeName 1990 src/laser/lsr_dec.c 	if (gf_node_get_attribute_by_tag((GF_Node *)anim, TAG_SVG_ATT_attributeName, GF_FALSE, GF_FALSE, &info)==GF_OK) {
TAG_SVG_ATT_attributeName  413 src/scene_manager/loader_svg.c 		else if (gf_node_get_attribute_by_tag((GF_Node *)anim->animation_elt, TAG_SVG_ATT_attributeName, GF_FALSE, GF_FALSE, &info) == GF_OK) {
TAG_SVG_ATT_attributeName 2086 src/scenegraph/dom_smjs.c 		if (gf_node_get_attribute_by_tag(n, TAG_SVG_ATT_attributeName, GF_FALSE, GF_FALSE, &info) == GF_OK) {
TAG_SVG_ATT_attributeName 2142 src/scenegraph/dom_smjs.c 			if (gf_node_get_attribute_by_tag((GF_Node *)n, TAG_SVG_ATT_attributeName, GF_FALSE, GF_FALSE, &attType) != GF_OK) {
TAG_SVG_ATT_attributeName 1064 src/scenegraph/svg_properties.c 		case TAG_SVG_ATT_attributeName:
TAG_SVG_ATT_attributeName  141 src/scenegraph/xml_ns.c 	{ "attributeName", TAG_SVG_ATT_attributeName, SMIL_AttributeName_datatype, 0, GF_XMLNS_SVG },