Home
last modified time | relevance | path

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

/external/webkit/Source/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 = {
296 WebInspector.ProfileDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
334 findChild: WebInspector.ProfileDataGridNode.prototype.findChild,
335 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/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DWebInspectorShims.js53 var originalGetter = WebInspector.ProfileDataGridNode.prototype.__lookupGetter__("data");
54 WebInspector.ProfileDataGridNode.prototype.__defineGetter__("data", function() { class
/external/webkit/Source/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):
DChangeLog-2011-02-1627542 (WebInspector.ProfileDataGridNode.prototype.get data.formatMilliseconds):
27543 (WebInspector.ProfileDataGridNode.prototype.get data):
DChangeLog-2010-05-244008 (WebInspector.ProfileDataGridNode.prototype.get data.formatMilliseconds):
4009 (WebInspector.ProfileDataGridNode.prototype.get data):
DChangeLog-2010-12-0654461 …(WebInspector.ProfileDataGridNode.prototype.createCell): use standard routine to create resource l…
/external/webkit/Tools/
DChangeLog5672 (monkeyPatchInspectorObjects): Fix up WebInspector.ProfileDataGridNode to show the self leak