Home | History | Annotate | Download | only in dom

Lines Matching refs:domFx_draw_common

508 				 * The domFx_draw_common value of the text data of this element. 
510 domFx_draw_common _value;
515 * @return a domFx_draw_common of the value.
517 domFx_draw_common getValue() const { return _value; }
522 void setValue( domFx_draw_common val ) { _value = val; }