Home | History | Annotate | Download | only in sync_internals

Lines Matching full:notifications

3 // Contains all notifications received since the page was loaded as a
4 // map from each data type to the number of notifications received for
6 chrome.sync.notifications = {};
34 chrome.sync.notifications[changedType] =
35 chrome.sync.notifications[changedType] || 0;
36 ++chrome.sync.notifications[changedType];
40 for (var k in chrome.sync.notifications) {
43 'notificationCount': chrome.sync.notifications[k]
50 jstProcess(new JsEvalContext({ 'notifications': infos }),
73 <tr jsselect='notifications'>