Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshotProxy.js238 WebInspector.HeapSnapshotPathFinderProxy = function(pathFinder) argument
240 this._pathFinder = pathFinder;
DDetailedHeapshotView.js298 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();