Searched refs:pathFinder (Results 1 – 2 of 2) sorted by relevance
238 WebInspector.HeapSnapshotPathFinderProxy = function(pathFinder) argument240 this._pathFinder = pathFinder;
298 if (this.pathFinder)300 this.pathFinder = snapshot.createPathFinder(nodeIndex);332 if (this._cancel === this.pathFinder)336 this.pathFinder.findNext(pathFound.bind(this));349 this._cancel = this.pathFinder;364 this.pathFinder.updateRoots(FilterDOMWindow);366 this.pathFinder.updateRoots();