Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int2x2

3295 		 * The domCg_int2x2 value of the text data of this element. 
3297 domCg_int2x2 _value;
3302 * @return Returns a domCg_int2x2 reference of the _value array.
3304 domCg_int2x2 &getValue() { return _value; }
3307 * @return Returns a constant domCg_int2x2 reference of the _value array.
3309 const domCg_int2x2 &getValue() const { return _value; }
3314 void setValue( const domCg_int2x2 &val ) { _value = val; }