Home | History | Annotate | Download | only in resources

Lines Matching refs:apps

358     apps.layout({force:true});
678 case Section.APPS:
679 apps.visible = true;
680 apps.layout({disableAnimations:true});
706 case Section.APPS:
707 apps.visible = false;
708 apps.layout();
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
1452 if (mostVisited.data && apps.loaded)
1460 // Initialize the listener for the "hide this" link on the apps promo. We do
1464 $('apps-promo-hide').addEventListener('click', function() {
1466 document.documentElement.classList.remove('apps-promo-visible');