Searched refs:showNext (Results 1 – 3 of 3) sorted by relevance
40 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);
290 this.showNext(this._defaultPopulateCount);310 showNext: function(pathsCount) method in WebInspector.HeapSnapshotRetainingPathsList351 … this.appendChild(new WebInspector.ShowMoreDataGridNode(this.showNext.bind(this), pathsCount));
8500 (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):