Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_func_type

53 			domGl_func_type attrValue;
60 * @return Returns a domGl_func_type of the value attribute.
62 domGl_func_type getValue() const { return attrValue; }
67 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
852 domGl_func_type attrValue;
859 * @return Returns a domGl_func_type of the value attribute.
861 domGl_func_type getValue() const { return attrValue; }
866 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
3610 domGl_func_type attrValue;
3617 * @return Returns a domGl_func_type of the value attribute.
3619 domGl_func_type getValue() const { return attrValue; }
3624 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }