Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DBottomUpProfileDataGridTree.js34 …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)
DProfileDataGridTree.js26 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,
DTopDownProfileDataGridTree.js30 WebInspector.ProfileDataGridNode.call(this, profileView, profileNode, owningTree, hasChildren);
67 WebInspector.TopDownProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prot…
/external/webkit/WebCore/
DChangeLog-2009-06-1617349 (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 …]
DChangeLog-2008-08-1017351 (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):
DChangeLog-2010-01-2920202 (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):