Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_fixed2x1

5858 		 * The domCg_fixed2x1 value of the text data of this element. 
5860 domCg_fixed2x1 _value;
5865 * @return Returns a domCg_fixed2x1 reference of the _value array.
5867 domCg_fixed2x1 &getValue() { return _value; }
5870 * @return Returns a constant domCg_fixed2x1 reference of the _value array.
5872 const domCg_fixed2x1 &getValue() const { return _value; }
5877 void setValue( const domCg_fixed2x1 &val ) { _value = val; }