Home | History | Annotate | Download | only in include

Lines Matching defs:resizeBy

22393     virtual HRESULT WINAPI resizeBy(__LONG32 x,__LONG32 y) = 0;
22474 HRESULT (WINAPI *resizeBy)(IHTMLWindow2 *This,__LONG32 x,__LONG32 y);
22557 #define IHTMLWindow2_resizeBy(This,x,y) (This)->lpVtbl->resizeBy(This,x,y)