HomeSort by relevance Sort by last modified time
    Searched refs:OnProgress (Results 1 - 6 of 6) sorted by null

  /external/zlib/src/contrib/delphi/
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
77 The OnProgress event is called each time the output buffer is filled and
95 property OnProgress;
111 The OnProgress event is called each time the internal input buffer of
123 property OnProgress;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 342 virtual HRESULT WINAPI OnProgress(RECT *pBounds,WINBOOL bComplete) = 0;
355 HRESULT (WINAPI *OnProgress)(IImageDecodeEventSink *This,RECT *pBounds,WINBOOL bComplete);
370 #define IImageDecodeEventSink_OnProgress(This,pBounds,bComplete) (This)->lpVtbl->OnProgress(This,pBounds,bComplete)
qmgr.h 398 virtual HRESULT WINAPI OnProgress(DWORD ProgressType,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue) = 0;
408 HRESULT (WINAPI *OnProgress)(IBackgroundCopyCallback1 *This,DWORD ProgressType,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue);
420 #define IBackgroundCopyCallback1_OnProgress(This,ProgressType,pGroup,pJob,dwFileIndex,dwProgressValue) (This)->lpVtbl->OnProgress(This,ProgressType,pGroup,pJob,dwFileIndex,dwProgressValue)
    [all...]
urlmon.h     [all...]
objidl.h     [all...]
oledb.h     [all...]

Completed in 650 milliseconds