HomeSort by relevance Sort by last modified time
    Searched defs:sortProperty (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 516 var sortProperty = {
524 this.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator(sortProperty, sortAscending));
HeapSnapshotView.js 457 var sortProperty = {
465 this.snapshotDataGridList.sort(WebInspector.HeapSnapshotDataGridList.propertyComparator(sortProperty[0], sortProperty[1], sortAscending));
    [all...]

Completed in 103 milliseconds