Searched defs:aTask (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp284 HRESULT VFSExplorer::i_updateFS(TaskVFSExplorer *aTask) argument
304 if (aTask->progress)
305 aTask->progress->SetCurrentOperationProgress(33);
320 if (aTask->progress)
321 aTask->progress->SetCurrentOperationProgress(66);
334 if (aTask->progress)
335 aTask->progress->SetCurrentOperationProgress(99);
341 aTask->rc = rc;
343 if (!aTask->progress.isNull())
344 aTask
352 i_deleteFS(TaskVFSExplorer *aTask) argument
400 i_updateS3(TaskVFSExplorer *aTask) argument
481 i_deleteS3(TaskVFSExplorer *aTask) argument
[all...]

Completed in 43 milliseconds