Home
last modified time | relevance | path

Searched refs:showNotification (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/ntp4/
Dnew_tab.js277 showNotification(promo, [], function() {
419 function showNotification(message, links, opt_closeHandler, opt_timeout) { function
697 showNotification: showNotification,
Dmost_visited_page.js214 ntp.showNotification(
Dsuggestions_page.js194 ntp.showNotification(
/external/chromium_org/chrome/browser/resources/local_ntp/
Dlocal_ntp.js658 function showNotification() { function in LocalNTP
679 showNotification();
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js870 showNotification(message.syncEnabledMessage);
988 function showNotification(message, actionText, opt_f, opt_delay) { function
1080 showNotification(parseHtmlSubset(localStrings.getString('serverpromo')),
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js171 showNotification('', actionText, function() {
/external/chromium_org/chrome/browser/resources/history/
Dhistory.js511 this.view_.showNotification(message);
951 HistoryView.prototype.showNotification = function(innerHTML, isWarning) { method in HistoryView