Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/ntp4/
Dpage_list_view.js92 shownPage: 0, property in PageListView
147 this.shownPage = loadTimeData.getInteger('shown_page_type');
157 if (this.shownPage == loadTimeData.getInteger('apps_page_id')) {
494 this.shownPage != loadTimeData.getInteger('apps_page_id');
513 if (this.shownPage == loadTimeData.getInteger('suggestions_page_id')) {
517 this.shownPage = loadTimeData.getInteger('most_visited_page_id');
519 if (this.shownPage == loadTimeData.getInteger('most_visited_page_id')) {
523 this.shownPage = loadTimeData.getInteger('apps_page_id');
525 if (this.shownPage == loadTimeData.getInteger('apps_page_id') &&
531 this.shownPage = loadTimeData.getInteger('most_visited_page_id');
[all …]