Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int3x2

3547 		 * The domCg_int3x2 value of the text data of this element. 
3549 domCg_int3x2 _value;
3554 * @return Returns a domCg_int3x2 reference of the _value array.
3556 domCg_int3x2 &getValue() { return _value; }
3559 * @return Returns a constant domCg_int3x2 reference of the _value array.
3561 const domCg_int3x2 &getValue() const { return _value; }
3566 void setValue( const domCg_int3x2 &val ) { _value = val; }