Home
last modified time | relevance | path

Searched refs:SuggestionsPage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js284 function SuggestionsPage() { class
286 el.__proto__ = SuggestionsPage.prototype;
292 SuggestionsPage.prototype = { class
388 SuggestionsPage.onLoaded = function() {
470 SuggestionsPage: SuggestionsPage,
475 document.addEventListener('ntpLoaded', ntp.SuggestionsPage.onLoaded);
Dpage_list_view.js243 if (typeof ntp.SuggestionsPage != 'undefined' &&
244 page instanceof ntp.SuggestionsPage) {
Dnew_tab.js173 newTabView.appendTilePage(new ntp.SuggestionsPage(),