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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DProgressIndicator.js107 setWorked: function(worked, title)
120 this.setWorked(this._worked + (worked || 1));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DProgress.js59 setWorked: function(worked, title) { },
92 this._parent.setWorked(0);
135 this._parent.setWorked(done / totalWeights);
174 this.setWorked(this._totalWork);
192 setWorked: function(worked, title)
205 this.setWorked(this._worked + (worked || 1));

Completed in 75 milliseconds