Home | History | Annotate | Download | only in js

Lines Matching refs:offline

151       // If device is offline, fetches manifest from local storage.
152 // TODO(bshe): Always loading the offline manifest first and replacing
188 $('wallpaper-grid').classList.add('image-picker-offline');
245 window.addEventListener('offline', function() {
261 thumbnail.offline = true;
265 $('wallpaper-grid').classList.add('image-picker-offline');
269 $('wallpaper-grid').classList.remove('image-picker-offline');
393 // If device is offline, gets the available offline wallpaper list first.