Searched refs:totalWork (Results 1 – 6 of 6) sorted by relevance
47 setTotalWork: function(totalWork) { }, argument177 setTotalWork: function(totalWork) argument179 this._totalWork = totalWork;
100 setTotalWork: function(totalWork) argument102 this._progressElement.max = totalWork;
155 indexingTotalWorkCalculated: function(requestId, fileSystemPath, totalWork) argument158 projectDelegate.indexingTotalWorkCalculated(requestId, totalWork);
595 updateProgress: function(worked, totalWork) argument597 …quest({ command: commands.UpdateAuditProgress, resultId: this._id, progress: worked / totalWork });
58 virtual void Start(int totalWork) = 0;
262 void Start(int totalWork) in takeHeapSnapshot() argument264 m_totalWork = totalWork; in takeHeapSnapshot()