Home
last modified time | relevance | path

Searched refs:appAdded (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/ntp4/
Dnew_tab.js614 function appAdded() { function
615 return newTabView.appAdded.apply(newTabView, arguments);
676 appAdded: appAdded,
Dpage_list_view.js403 this.appAdded(highlightApp, true);
426 appAdded: function(appData, opt_highlight) { method in PageListView