Home | History | Annotate | Download | only in include

Lines Matching refs:put_styleFloat

4610     virtual HRESULT WINAPI put_styleFloat(BSTR v) = 0;
4800 HRESULT (WINAPI *put_styleFloat)(IHTMLStyle *This,BSTR v);
4992 #define IHTMLStyle_put_styleFloat(This,v) (This)->lpVtbl->put_styleFloat(This,v)
6126 virtual HRESULT WINAPI put_styleFloat(BSTR v) = 0;
6299 HRESULT (WINAPI *put_styleFloat)(IHTMLRuleStyle *This,BSTR v);
6474 #define IHTMLRuleStyle_put_styleFloat(This,v) (This)->lpVtbl->put_styleFloat(This,v)