Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/image_loader/
Drequest.js61 this.xhr_ = new AuthorizedXHR();
217 function AuthorizedXHR() { class
225 AuthorizedXHR.prototype.abort = function() {
240 AuthorizedXHR.prototype.load = function(url, onSuccess, onFailure) {
263 this.xhr_ = AuthorizedXHR.load_(
277 this.xhr_ = AuthorizedXHR.load_(null, url, onMaybeSuccess, onMaybeFailure);
299 AuthorizedXHR.load_ = function(token, url, onSuccess, onFailure) {