Home | History | Annotate | Download | only in dom

Lines Matching refs:domFx_draw_common

91 				 * The domFx_draw_common value of the text data of this element. 
93 domFx_draw_common _value;
98 * @return a domFx_draw_common of the value.
100 domFx_draw_common getValue() const { return _value; }
105 void setValue( domFx_draw_common val ) { _value = val; }