Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_half2

4104 		 * The domCg_half2 value of the text data of this element. 
4106 domCg_half2 _value;
4111 * @return Returns a domCg_half2 reference of the _value array.
4113 domCg_half2 &getValue() { return _value; }
4116 * @return Returns a constant domCg_half2 reference of the _value array.
4118 const domCg_half2 &getValue() const { return _value; }
4123 void setValue( const domCg_half2 &val ) { _value = val; }