Home
last modified time | relevance | path

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

/external/chromium_org/ui/login/account_picker/
Duser_pod_row.js1200 if (this.parentNode.focusedPod_ && !this.isActionBoxMenuActive)
1947 focusedPod_: undefined, property in PodRow
2153 var pod = this.focusedPod_;
2181 this.focusedPod_ = undefined;
2543 return this.focusedPod_ == pod;
2589 var hadFocus = !!this.focusedPod_;
2590 this.focusedPod_ = podToFocus;
2697 if (this.focusedPod_ && !this.focusedPod_.multiProfilesPolicyApplied) {
2698 this.focusedPod_.focusInput();
2706 if (!this.disabled && this.focusedPod_)
[all …]