Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_fog_type

1349 		domGl_fog_type attrValue;
1356 * @return Returns a domGl_fog_type of the value attribute.
1358 domGl_fog_type getValue() const { return attrValue; }
1363 void setValue( domGl_fog_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }