Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int4x2

3799 		 * The domCg_int4x2 value of the text data of this element. 
3801 domCg_int4x2 _value;
3806 * @return Returns a domCg_int4x2 reference of the _value array.
3808 domCg_int4x2 &getValue() { return _value; }
3811 * @return Returns a constant domCg_int4x2 reference of the _value array.
3813 const domCg_int4x2 &getValue() const { return _value; }
3818 void setValue( const domCg_int4x2 &val ) { _value = val; }