Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool3x4

1047 		 * The domCg_bool3x4 value of the text data of this element. 
1049 domCg_bool3x4 _value;
1054 * @return Returns a domCg_bool3x4 reference of the _value array.
1056 domCg_bool3x4 &getValue() { return _value; }
1059 * @return Returns a constant domCg_bool3x4 reference of the _value array.
1061 const domCg_bool3x4 &getValue() const { return _value; }
1066 void setValue( const domCg_bool3x4 &val ) { _value = val; }