Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool4x1

1110 		 * The domCg_bool4x1 value of the text data of this element. 
1112 domCg_bool4x1 _value;
1117 * @return Returns a domCg_bool4x1 reference of the _value array.
1119 domCg_bool4x1 &getValue() { return _value; }
1122 * @return Returns a constant domCg_bool4x1 reference of the _value array.
1124 const domCg_bool4x1 &getValue() const { return _value; }
1129 void setValue( const domCg_bool4x1 &val ) { _value = val; }