Home
last modified time | relevance | path

Searched refs:ProfileDataGridTree (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DTopDownProfileDataGridTree.js71 WebInspector.ProfileDataGridTree.call(this, profileView, profileNode);
113 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
121 WebInspector.TopDownProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prot…
DProfileDataGridTree.js307 WebInspector.ProfileDataGridTree = function(profileView, profileNode) class in WebInspector
320 WebInspector.ProfileDataGridTree.prototype = {
373 WebInspector.ProfileDataGridTree.propertyComparators = [{}, {}];
375 WebInspector.ProfileDataGridTree.propertyComparator = function(/*String*/ property, /*Boolean*/ isA…
DBottomUpProfileDataGridTree.js150 WebInspector.ProfileDataGridTree.call(this, aProfileView, aProfileNode);
263 WebInspector.BottomUpProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.pro…
DProfileView.js90 …self.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator("selfTime", fals…
523 …this.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator(sortProperty, so…
/external/webkit/WebCore/
DWebCore.gypi3757 'inspector/front-end/ProfileDataGridTree.js',
DChangeLog-2009-06-1617348 * inspector/front-end/ProfileDataGridTree.js: Added.
17367 (WebInspector.ProfileDataGridTree):
17368 (WebInspector.ProfileDataGridTree.prototype.get expanded):
17369 (WebInspector.ProfileDataGridTree.prototype.appendChild):
17370 (WebInspector.ProfileDataGridTree.prototype.insertChild):
17371 (WebInspector.ProfileDataGridTree.prototype.removeChildren):
17372 …(WebInspector.ProfileDataGridTree.prototype.findChild.WebInspector.ProfileDataGridNode.prototype.f…
17373 (WebInspector.ProfileDataGridTree.propertyComparator.comparator):
17374 (WebInspector.ProfileDataGridTree.propertyComparator.else.comparator):
17375 (WebInspector.ProfileDataGridTree.propertyComparator):
DChangeLog-2010-01-2920201 * inspector/front-end/ProfileDataGridTree.js:
43618 * inspector/front-end/ProfileDataGridTree.js:
54892 * inspector/front-end/ProfileDataGridTree.js:
62281 * inspector/front-end/ProfileDataGridTree.js: