Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js310 showNext: function(pathsCount) argument
312 …pector.PleaseWaitMessage.prototype.show(this.element, this.searchCancelled.bind(this, pathsCount)); argument
335 if (this._counter < pathsCount)
338 this.searchCancelled.call(this, pathsCount);
345 searchCancelled: function(pathsCount) argument
350 if (pathsCount) {
351 … this.appendChild(new WebInspector.ShowMoreDataGridNode(this.showNext.bind(this), pathsCount));