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

  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 42 def convert_and_sort(features): function in function:_ListifyAndSortDocs
56 features[key]['children'] = convert_and_sort(value['children'])
66 features = convert_and_sort(features)

Completed in 355 milliseconds