Home | History | Annotate | Download | only in include

Lines Matching refs:get_sourceIndex

8402     virtual HRESULT WINAPI get_sourceIndex(__LONG32 *p) = 0;
8500 HRESULT (WINAPI *get_sourceIndex)(IHTMLElement *This,__LONG32 *p);
8600 #define IHTMLElement_get_sourceIndex(This,p) (This)->lpVtbl->get_sourceIndex(This,p)