Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int4x3

3862 		 * The domCg_int4x3 value of the text data of this element. 
3864 domCg_int4x3 _value;
3869 * @return Returns a domCg_int4x3 reference of the _value array.
3871 domCg_int4x3 &getValue() { return _value; }
3874 * @return Returns a constant domCg_int4x3 reference of the _value array.
3876 const domCg_int4x3 &getValue() const { return _value; }
3881 void setValue( const domCg_int4x3 &val ) { _value = val; }