Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DShowMoreDataGridNode.js40 this.showNext = document.createElement("button");
41 this.showNext.setAttribute("type", "button");
42 this.showNext.textContent = WebInspector.UIString("Show next %d", nextCount);
43 this.showNext.addEventListener("click", populate.bind(this, nextCount), false);
62 cell.appendChild(this.showNext);
DDetailedHeapshotView.js290 this.showNext(this._defaultPopulateCount);
310 showNext: function(pathsCount) method in WebInspector.HeapSnapshotRetainingPathsList
351 … this.appendChild(new WebInspector.ShowMoreDataGridNode(this.showNext.bind(this), pathsCount));
/external/webkit/Source/WebCore/
DChangeLog8500 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext.pathFound):
13477 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext):
22571 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext.pathFound):
22572 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext.startSearching):
22573 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext):
43675 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext.startSearching):
43676 (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext):