Home
last modified time | relevance | path

Searched refs:createSortedCopy_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
Ddetails_view.js39 this.sourceEntries_ = createSortedCopy_(sourceEntries);
112 function createSortedCopy_(origArray) { function in DetailsView
/external/chromium/chrome/browser/resources/net_internals/
Ddetailsview.js40 var sortedCurrentData = DetailsView.createSortedCopy_(currentData);
46 DetailsView.createSortedCopy_ = function(origArray) { function in DetailsView