Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js8 var TilePage = ntp.TilePage;
265 TilePage.initGridValues(suggestionsPageGridValues);
285 var el = new TilePage(suggestionsPageGridValues);
293 __proto__: TilePage.prototype,
Dmost_visited_page.js8 var TilePage = ntp.TilePage;
285 TilePage.initGridValues(mostVisitedPageGridValues);
305 var el = new TilePage(mostVisitedPageGridValues);
313 __proto__: TilePage.prototype,
Dapps_page.js521 var TilePage = ntp.TilePage;
540 TilePage.initGridValues(appsPageGridValues);
548 var el = new TilePage(appsPageGridValues);
556 __proto__: TilePage.prototype,
639 TilePage.prototype.doDragOver.call(this, e); class
Dtile_page.js363 function TilePage(gridValues) { class
366 el.__proto__ = TilePage.prototype;
377 TilePage.initGridValues = function(grid) {
401 TilePage.prototype = { class
1400 TilePage: TilePage,
Dtile_page.css39 /* This value is mirrored in TilePage.updateTopMargin_ */
Dnew_tab.css74 -webkit-margin-start: 8px; /* Matching value in TilePage#repositionTile_. */