Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool2x4

795 		 * The domCg_bool2x4 value of the text data of this element. 
797 domCg_bool2x4 _value;
802 * @return Returns a domCg_bool2x4 reference of the _value array.
804 domCg_bool2x4 &getValue() { return _value; }
807 * @return Returns a constant domCg_bool2x4 reference of the _value array.
809 const domCg_bool2x4 &getValue() const { return _value; }
814 void setValue( const domCg_bool2x4 &val ) { _value = val; }