Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js998 this._currentPath = null;
1010 this._currentPath = null;
1015 return {path:this._pathToString(this._currentPath), len:this._currentPath.length};
1038 this._currentPath._cache[this._lastEdge.nodeIndex] = true;
1039 this._currentPath.push(iter);
1044 this._currentPath.pop();
1045 delete this._currentPath._cache[this._lastEdge.nodeIndex];
1051 || !!this._currentPath._cache[nodeIndex];
1056 return this._currentPath.length === this._maxLength
1062 return this._currentPath[this._currentPath.length - 1];
[all …]
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0930563 (-[WebDownload _currentPath]): new
30575 (DeleteCompletionCallback): call _currentPath