OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgressType
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/
stub_ui.h
31
void SetProgressType(
ProgressType
/* type */) override {}
ui.h
37
enum
ProgressType
{
66
virtual void SetProgressType(
ProgressType
determinate) = 0;
screen_ui.h
55
void SetProgressType(
ProgressType
type) override;
170
ProgressType
progressBarType;
screen_ui.cpp
686
void ScreenRecoveryUI::SetProgressType(
ProgressType
type) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h
398
virtual HRESULT WINAPI OnProgress(DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue) = 0;
399
virtual HRESULT WINAPI OnProgressEx(DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue,DWORD dwByteArraySize,BYTE *pByte) = 0;
408
HRESULT (WINAPI *OnProgress)(IBackgroundCopyCallback1 *This,DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue);
409
HRESULT (WINAPI *OnProgressEx)(IBackgroundCopyCallback1 *This,DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue,DWORD dwByteArraySize,BYTE *pByte);
420
#define IBackgroundCopyCallback1_OnProgress(This,
ProgressType
,pGroup,pJob,dwFileIndex,dwProgressValue) (This)->lpVtbl->OnProgress(This,
ProgressType
,pGroup,pJob,dwFileIndex,dwProgressValue)
421
#define IBackgroundCopyCallback1_OnProgressEx(This,
ProgressType
,pGroup,pJob,dwFileIndex,dwProgressValue,dwByteArraySize,pByte) (This)->lpVtbl->OnProgressEx(This,
ProgressType
,pGroup,pJob,dwFileIndex,dwProgressValue,dwByteArraySize,pByte)
426
HRESULT WINAPI IBackgroundCopyCallback1_OnProgress_Proxy(IBackgroundCopyCallback1 *This,DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue);
428
HRESULT WINAPI IBackgroundCopyCallback1_OnProgressEx_Proxy(IBackgroundCopyCallback1 *This,DWORD
ProgressType
,IBackgroundCopyGroup *pGroup,IBackgroundCopyJob1 *pJob,DWORD dwFileIndex,DWORD dwProgressValue,DWO (…)
[
all
...]
Completed in 486 milliseconds