Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/login/
Duser_pod_row.js116 var UserPod = cr.ui.define(function() {
137 UserPod.userImageSalt_ = {};
139 UserPod.prototype = { class
381 '?id=' + UserPod.userImageSalt_[this.user.username];
503 UserPod.userImageSalt_[this.user.username] = new Date().getTime();
724 var node = UserPod();
736 __proto__: UserPod.prototype,
792 UserPod.prototype.decorate.call(this);
827 UserPod.prototype.update.call(this);
848 UserPod.prototype.reset.call(this, takeFocus);
[all …]