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

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 42 virtual void OnProgress(ProgressType progress_type,
48 ProgressType progress_type,
burn_controller.cc 69 ProgressType progress_type,
78 virtual void OnProgress(ProgressType progress_type,
burn_manager.h 58 enum ProgressType {
236 ProgressType progress_type,
244 virtual void OnProgress(ProgressType progress_type,
  /bootable/recovery/
screen_ui.h 38 void SetProgressType(ProgressType type);
78 ProgressType progressBarType;
ui.h 44 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };
45 virtual void SetProgressType(ProgressType determinate) = 0;
verifier_test.cpp 127 void SetProgressType(ProgressType determinate) { }
screen_ui.cpp 420 void ScreenRecoveryUI::SetProgressType(ProgressType type)
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 155 virtual void OnProgress(ProgressType progress_type,
166 ProgressType progress_type,
238 void SendProgressSignal(ProgressType progress_type,
246 progress.SetString("progressType", "download");
250 progress.SetString("progressType", "unzip");
253 progress.SetString("progressType", "burn");
  /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 225 milliseconds