Home | History | Annotate | Download | only in include

Lines Matching defs:elementFromPoint

21806     virtual HRESULT WINAPI elementFromPoint(__LONG32 x,__LONG32 y,IHTMLElement **elementHit) = 0;
21926 HRESULT (WINAPI *elementFromPoint)(IHTMLDocument2 *This,__LONG32 x,__LONG32 y,IHTMLElement **elementHit);
22048 #define IHTMLDocument2_elementFromPoint(This,x,y,elementHit) (This)->lpVtbl->elementFromPoint