Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/login/
Duser_pod_row.js1034 podsWithPendingImages_: [], property in PodRow
1205 this.podsWithPendingImages_.push(pod);
1740 var index = this.podsWithPendingImages_.indexOf(pod);
1745 this.podsWithPendingImages_.splice(index, 1);
1746 if (this.podsWithPendingImages_.length == 0) {