Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed3x1

6110 		 * The domCg_fixed3x1 value of the text data of this element. 
6112 domCg_fixed3x1 _value;
6117 * @return Returns a domCg_fixed3x1 reference of the _value array.
6119 domCg_fixed3x1 &getValue() { return _value; }
6122 * @return Returns a constant domCg_fixed3x1 reference of the _value array.
6124 const domCg_fixed3x1 &getValue() const { return _value; }
6129 void setValue( const domCg_fixed3x1 &val ) { _value = val; }