Home | History | Annotate | Download | only in resources

Lines Matching defs:show

310     a.href = '';  // To make underline show up.
421 // Enables scrollbars (they will only show up if needed).
501 // space to show the expanded section completely, this will be the available
686 // Show this section and hide all other sections - at most one section can
792 * syncsectionisvisible: true if the sync section needs to show up on the new
982 * @param {string} actionText The text to show as a link next to the message.
994 function show() {
996 notificationElement.classList.add('show');
1044 notificationElement.onmouseover = show;
1046 actionLink.onfocus = show;
1051 show();
1060 notificationElement.classList.remove('show');
1190 // on the next item and we want to make sure that we do not show a tooltip
1263 this.timer = window.setTimeout(this.show.bind(this, e.type, linkEl, tabs),
1266 show: function(type, linkEl, tabs) {
1281 // When focused show below, like a drop down menu.