Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool3x2

921 		 * The domCg_bool3x2 value of the text data of this element. 
923 domCg_bool3x2 _value;
928 * @return Returns a domCg_bool3x2 reference of the _value array.
930 domCg_bool3x2 &getValue() { return _value; }
933 * @return Returns a constant domCg_bool3x2 reference of the _value array.
935 const domCg_bool3x2 &getValue() const { return _value; }
940 void setValue( const domCg_bool3x2 &val ) { _value = val; }