Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/login/
Dnetwork_dropdown.js182 activeElementId_: '', property in DropDown
380 if (DropDown.activeElementId_)
381 $(DropDown.activeElementId_).setItems(data);
390 if (DropDown.activeElementId_)
391 $(DropDown.activeElementId_).setTitle(title, icon);
403 if (DropDown.activeElementId_ != elementId) {
404 DropDown.activeElementId_ = elementId;
415 if (DropDown.activeElementId_ == elementId) {
416 DropDown.activeElementId_ = '';