Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int2

2791 		 * The domCg_int2 value of the text data of this element. 
2793 domCg_int2 _value;
2798 * @return Returns a domCg_int2 reference of the _value array.
2800 domCg_int2 &getValue() { return _value; }
2803 * @return Returns a constant domCg_int2 reference of the _value array.
2805 const domCg_int2 &getValue() const { return _value; }
2810 void setValue( const domCg_int2 &val ) { _value = val; }