Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/ntp4/
Dother_sessions.js190 section.appendChild(this.createSessionContents_(session));
199 createSessionContents_: function(session) { method in OtherSessionsMenuButton
/external/chromium_org/chrome/browser/resources/history/
Dother_devices.js206 deviceDiv.appendChild(this.createSessionContents_(maxNumTabs));
241 Device.prototype.createSessionContents_ = function(maxNumTabs) { method in Device