Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool

49 		 * The domCg_bool value of the text data of this element. 
51 domCg_bool _value;
56 * @return a domCg_bool of the value.
58 domCg_bool getValue() const { return _value; }
63 void setValue( domCg_bool val ) { _value = val; }