Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool4x4

1299 		 * The domCg_bool4x4 value of the text data of this element. 
1301 domCg_bool4x4 _value;
1306 * @return Returns a domCg_bool4x4 reference of the _value array.
1308 domCg_bool4x4 &getValue() { return _value; }
1311 * @return Returns a constant domCg_bool4x4 reference of the _value array.
1313 const domCg_bool4x4 &getValue() const { return _value; }
1318 void setValue( const domCg_bool4x4 &val ) { _value = val; }