Home | History | Annotate | Download | only in include

Lines Matching refs:get_offsetX

4104     virtual HRESULT WINAPI get_offsetX(__LONG32 *p) = 0;
4140 HRESULT (WINAPI *get_offsetX)(IHTMLEventObj *This,__LONG32 *p);
4178 #define IHTMLEventObj_get_offsetX(This,p) (This)->lpVtbl->get_offsetX(This,p)
21183 virtual HRESULT WINAPI get_offsetX(__LONG32 *p) = 0;
21250 HRESULT (WINAPI *get_offsetX)(IHTMLEventObj2 *This,__LONG32 *p);
21319 #define IHTMLEventObj2_get_offsetX(This,p) (This)->lpVtbl->get_offsetX(This,p)