Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool2x2

669 		 * The domCg_bool2x2 value of the text data of this element. 
671 domCg_bool2x2 _value;
676 * @return Returns a domCg_bool2x2 reference of the _value array.
678 domCg_bool2x2 &getValue() { return _value; }
681 * @return Returns a constant domCg_bool2x2 reference of the _value array.
683 const domCg_bool2x2 &getValue() const { return _value; }
688 void setValue( const domCg_bool2x2 &val ) { _value = val; }