Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_fog_type

1197 		domGl_fog_type attrValue;
1204 * @return Returns a domGl_fog_type of the value attribute.
1206 domGl_fog_type getValue() const { return attrValue; }
1211 void setValue( domGl_fog_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }