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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProgressIndicator.js109 setWorked: function(worked, title)
122 this.setWorked(this._worked + (worked || 1));
H A DProgress.js58 setWorked: function(worked, title) { },
91 this._parent.setWorked(0);
131 this._parent.setWorked(done / totalWeights);
170 this.setWorked(this._totalWork);
187 setWorked: function(worked, title)
200 this.setWorked(this._worked + (worked || 1));

Completed in 191 milliseconds