Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float

1362 		 * The domCg_float value of the text data of this element. 
1364 domCg_float _value;
1369 * @return a domCg_float of the value.
1371 domCg_float getValue() const { return _value; }
1376 void setValue( domCg_float val ) { _value = val; }