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

  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 141 def GetProgress(self):
  /external/chromium_org/chrome/browser/download/
download_status_updater.cc 58 bool DownloadStatusUpdater::GetProgress(float* progress,
144 GetProgress(&progress, &download_count);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 61 int Operation::GetProgress() {
278 if (progress > GetProgress()) {
  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 147 sync_pb::DataTypeProgressMarker SingleTypeMockServer::GetProgress() const {
  /external/chromium_org/cc/animation/
keyframed_animation_curve.cc 33 float GetProgress(double t, size_t i, const Keyframes& keyframes) {
200 float progress = GetProgress(t, i, keyframes_);
247 float progress = GetProgress(t, i, keyframes_);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 120 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob2 *This,BG_JOB_PROGRESS *pVal);
169 #define IBackgroundCopyJob2_GetProgress(This,pVal) (This)->lpVtbl->GetProgress(This,pVal)
bits2_0.h 102 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob3 *This,BG_JOB_PROGRESS *pVal);
155 #define IBackgroundCopyJob3_GetProgress(This,pVal) (This)->lpVtbl -> GetProgress(This,pVal)
219 HRESULT (WINAPI *GetProgress)(IBackgroundCopyFile2 *This,BG_FILE_PROGRESS *pVal);
233 #define IBackgroundCopyFile2_GetProgress(This,pVal) (This)->lpVtbl -> GetProgress(This,pVal)
bits.h 113 virtual HRESULT WINAPI GetProgress(BG_FILE_PROGRESS *pVal) = 0;
123 HRESULT (WINAPI *GetProgress)(IBackgroundCopyFile *This,BG_FILE_PROGRESS *pVal);
135 #define IBackgroundCopyFile_GetProgress(This,pVal) (This)->lpVtbl->GetProgress(This,pVal)
306 virtual HRESULT WINAPI GetProgress(BG_JOB_PROGRESS *pVal) = 0;
345 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob *This,BG_JOB_PROGRESS *pVal);
386 #define IBackgroundCopyJob_GetProgress(This,pVal) (This)->lpVtbl->GetProgress(This,pVal)
    [all...]
qmgr.h 123 virtual HRESULT WINAPI GetProgress(DWORD dwFlags,DWORD *pdwProgress) = 0;
138 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob1 *This,DWORD dwFlags,DWORD *pdwProgress);
155 #define IBackgroundCopyJob1_GetProgress(This,dwFlags,pdwProgress) (This)->lpVtbl->GetProgress(This,dwFlags,pdwProgress)
247 virtual HRESULT WINAPI GetProgress(DWORD dwFlags,DWORD *pdwProgress) = 0;
269 HRESULT (WINAPI *GetProgress)(IBackgroundCopyGroup *This,DWORD dwFlags,DWORD *pdwProgress);
293 #define IBackgroundCopyGroup_GetProgress(This,dwFlags,pdwProgress) (This)->lpVtbl->GetProgress(This,dwFlags,pdwProgress)
    [all...]

Completed in 419 milliseconds