Home | History | Annotate | Download | only in include

Lines Matching defs:insertData

9370     virtual HRESULT WINAPI insertData(__LONG32 offset,BSTR bstrstring) = 0;
9386 HRESULT (WINAPI *insertData)(IHTMLDOMTextNode2 *This,__LONG32 offset,BSTR bstrstring);
9404 #define IHTMLDOMTextNode2_insertData(This,offset,bstrstring) (This)->lpVtbl->insertData(This,offset,bstrstring)
24971 virtual HRESULT WINAPI insertData(__LONG32 offset,BSTR bstrstring) = 0;
24990 HRESULT (WINAPI *insertData)(IHTMLCommentElement2 *This,__LONG32 offset,BSTR bstrstring);
25011 #define IHTMLCommentElement2_insertData(This,offset,bstrstring) (This)->lpVtbl->insertData(This,offset,bstrstring)