Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int1x2

3043 		 * The domCg_int1x2 value of the text data of this element. 
3045 domCg_int1x2 _value;
3050 * @return Returns a domCg_int1x2 reference of the _value array.
3052 domCg_int1x2 &getValue() { return _value; }
3055 * @return Returns a constant domCg_int1x2 reference of the _value array.
3057 const domCg_int1x2 &getValue() const { return _value; }
3062 void setValue( const domCg_int1x2 &val ) { _value = val; }