Home | History | Annotate | Download | only in include

Lines Matching refs:OnEndEdit

3406     virtual HRESULT STDMETHODCALLTYPE OnEndEdit(
3432 HRESULT (STDMETHODCALLTYPE *OnEndEdit)(
3451 #define ITfTextEditSink_OnEndEdit(This,pic,ecReadOnly,pEditRecord) (This)->lpVtbl->OnEndEdit(This,pic,ecReadOnly,pEditRecord)
3465 return This->lpVtbl->OnEndEdit(This,pic,ecReadOnly,pEditRecord);