Home | History | Annotate | Download | only in dom

Lines Matching refs:attrPlatform

881 	xsNCName attrPlatform;
926 xsNCName getPlatform() const { return attrPlatform; }
931 void setPlatform( xsNCName atPlatform ) { *(daeStringRef*)&attrPlatform = atPlatform; _validAttributeArray[1] = true; }
993 domProfile_GLES(DAE& dae) : domFx_profile_abstract(dae), attrId(), attrPlatform(), elemAsset(), elemImage_array(), elemNewparam_array(), elemTechnique_array(), elemExtra_array() {}