Home
last modified time | relevance | path

Searched refs:newRequests_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/image_loader/
Dworker.js21 this.newRequests_ = []; property in Worker
68 this.newRequests_.push(request);
92 this.newRequests_.splice(newIndex, 1);
109 this.pendingRequests_ = this.newRequests_;
111 this.newRequests_ = []; property