HomeSort by relevance Sort by last modified time
    Searched full:propertycomparator (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 365 var lastComparator = WebInspector.HeapSnapshotDataGridList.propertyComparator("size", false);
384 this.snapshotDataGridList.sort(WebInspector.HeapSnapshotDataGridList.propertyComparator(sortProperty[0], sortProperty[1], sortAscending));
825 WebInspector.HeapSnapshotDataGridList.propertyComparator = function(property, property2, isAscending)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ProfileDataGridTree.js 375 WebInspector.ProfileDataGridTree.propertyComparator = function(/*String*/ property, /*Boolean*/ isAscending)
ProfileView.js 90 self.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator("selfTime", false));
523 this.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator(sortProperty, sortAscending));
  /external/webkit/WebKit/chromium/
ChangeLog 468 (WebInspector.HeapSnapshotDataGridList.propertyComparator.comparator):
469 (WebInspector.HeapSnapshotDataGridList.propertyComparator):
    [all...]

Completed in 216 milliseconds