Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int2x4

3421 		 * The domCg_int2x4 value of the text data of this element. 
3423 domCg_int2x4 _value;
3428 * @return Returns a domCg_int2x4 reference of the _value array.
3430 domCg_int2x4 &getValue() { return _value; }
3433 * @return Returns a constant domCg_int2x4 reference of the _value array.
3435 const domCg_int2x4 &getValue() const { return _value; }
3440 void setValue( const domCg_int2x4 &val ) { _value = val; }