Home
last modified time | relevance | path

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

/external/chromium_org/ui/login/account_picker/
Dscreen_account_picker.js143 var activatedPod = $('pod-row').activatedPod;
144 if (!activatedPod) {
152 !activatedPod.user.supervisedUser) {
153 activatedPod.showSigninUI();
158 $('bubble').showContentForElement(activatedPod.mainInput,
166 $('bubble').showContentForElement(activatedPod.mainInput,
Duser_pod_row.js2626 get activatedPod() { getter in PodRow