Home | History | Annotate | Download | only in dom

Lines Matching refs:domGlsl_int

732 		 * The domGlsl_int value of the text data of this element. 
734 domGlsl_int _value;
739 * @return a domGlsl_int of the value.
741 domGlsl_int getValue() const { return _value; }
746 void setValue( domGlsl_int val ) { _value = val; }