Searched refs:ProfileDataGridNode (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | BottomUpProfileDataGridTree.js | 34 …WebInspector.ProfileDataGridNode.call(this, profileView, profileNode, owningTree, this._willHaveCh… 79 WebInspector.ProfileDataGridNode.prototype._restore(); class in WebInspector 89 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb); 146 WebInspector.BottomUpProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.pro… 221 while (currentNode.parent && (currentNode instanceof WebInspector.ProfileDataGridNode)) { 227 if (currentNode instanceof WebInspector.ProfileDataGridNode)
|
D | ProfileDataGridTree.js | 26 WebInspector.ProfileDataGridNode = function(profileView, profileNode, owningTree, hasChildren) class in WebInspector 48 WebInspector.ProfileDataGridNode.prototype = { 305 WebInspector.ProfileDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype; 343 findChild: WebInspector.ProfileDataGridNode.prototype.findChild, 344 sort: WebInspector.ProfileDataGridNode.prototype.sort,
|
D | TopDownProfileDataGridTree.js | 30 WebInspector.ProfileDataGridNode.call(this, profileView, profileNode, owningTree, hasChildren); 67 WebInspector.TopDownProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prot…
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 17349 (WebInspector.ProfileDataGridNode): 17350 (WebInspector.ProfileDataGridNode.prototype.get data.formatMilliseconds): 17351 (WebInspector.ProfileDataGridNode.prototype.get data): 17352 (WebInspector.ProfileDataGridNode.prototype.createCell): 17353 (WebInspector.ProfileDataGridNode.prototype.select): 17354 (WebInspector.ProfileDataGridNode.prototype.deselect): 17355 (WebInspector.ProfileDataGridNode.prototype.expand): 17356 (WebInspector.ProfileDataGridNode.prototype.insertChild): 17357 (WebInspector.ProfileDataGridNode.prototype.removeChild): 17358 (WebInspector.ProfileDataGridNode.prototype.removeChildren): [all …]
|
D | ChangeLog-2008-08-10 | 17351 (WebInspector.ProfileDataGridNode.prototype.createCell): Use WebInspector.displayNameForURL. 17585 (WebInspector.ProfileDataGridNode): Take a ProfileView, and remove the 18444 (WebInspector.ProfileDataGridNode.prototype.createCell): Overload the 18781 (WebInspector.ProfileDataGridNode): 18782 (WebInspector.ProfileDataGridNode.prototype.get data): 18783 (WebInspector.ProfileDataGridNode.prototype.expand): 18784 (WebInspector.ProfileDataGridNode.prototype.collapse): 18785 (WebInspector.ProfileDataGridNode.prototype._populate):
|
D | ChangeLog-2010-01-29 | 20202 (WebInspector.ProfileDataGridNode.prototype.createCell): 43619 (WebInspector.ProfileDataGridNode.prototype.sort): Added missing parentheses. 43620 (WebInspector.ProfileDataGridNode.prototype.get _parent): 43621 (WebInspector.ProfileDataGridNode.prototype._populate): 54893 (WebInspector.ProfileDataGridNode.prototype.sort): 62282 (WebInspector.ProfileDataGridNode.prototype.get data.formatMilliseconds): 62283 (WebInspector.ProfileDataGridNode.prototype.get data):
|