Home | History | Annotate | Download | only in resources

Lines Matching refs:attribution

893   // Default value for standard NTP with no theme attribution or custom logo.
896 // Theme attribution always overrides custom logos.
905 $('attribution-img').src = 'chrome://theme/' + imageId + '?' + Date.now();
908 // If the content overlaps with the attribution, we bump its opacity down.
910 var attribution = $('attribution');
914 var attributionRect = attribution.getBoundingClientRect();
920 attribution.classList.remove('nolayout');
922 if (contentBottom > attribution.offsetTop) {
925 attribution.classList.add('obscured');
930 attribution.classList.remove('obscured');