Home | History | Annotate | Download | only in resources

Lines Matching refs:BUTTON

43   return document.querySelector('#' + sectionId + ' .section-close-button');
47 return $(sectionId + '-button');
120 var button = getSectionCloseButton(sectionId);
121 button.addEventListener(
608 var button = getSectionMenuButton(elm.id);
609 if (!button)
614 button.style.display = 'inline-block';
616 button.style.display = 'none';
845 el = document.createElement('button');
979 * notification slot at the top of the NTP. A close button ("x") will be
1091 // In case the user clicks on a button we do not want to expand/collapse a
1093 if (p.tagName == 'BUTTON')
1394 var elements = node.querySelectorAll('a,button');