Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
Dbackground.js5 var currentRequest = null; variable
9 if (currentRequest != null) {
10 currentRequest.onreadystatechange = null;
11 currentRequest.abort();
12 currentRequest = null;
19 currentRequest = search(text, function(xml) {
/external/chromium_org/ui/file_manager/image_loader/
Dworker.js143 function(currentRequest) { argument
144 currentRequest.downloadAndProcess(
145 this.finish_.bind(this, currentRequest));