Home | History | Annotate | Download | only in include

Lines Matching refs:put_Width

261     virtual HRESULT WINAPI put_Width(__LONG32 Width) = 0;
297 HRESULT (WINAPI *put_Width)(IWebBrowser *This,__LONG32 Width);
335 #define IWebBrowser_put_Width(This,Width) (This)->lpVtbl->put_Width(This,Width)
484 HRESULT (WINAPI *put_Width)(IWebBrowserApp *This,__LONG32 Width);
542 #define IWebBrowserApp_put_Width(This,Width) (This)->lpVtbl->put_Width(This,Width)
667 HRESULT (WINAPI *put_Width)(IWebBrowser2 *This,__LONG32 Width);
744 #define IWebBrowser2_put_Width(This,Width) (This)->lpVtbl->put_Width(This,Width)