Home
last modified time | relevance | path

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

/external/chromium_org/ui/login/account_picker/
Duser_pod_row.js259 actionHandler_: null, property in UserPodCustomIcon
384 if (!!this.actionHandler_ != !!callback) {
394 this.actionHandler_ = callback;
440 if (!this.actionHandler_)
442 this.actionHandler_();
453 if (!this.actionHandler_ || e.keyIdentifier != 'Enter')
455 this.actionHandler_(e);