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

  /external/chromium_org/chrome/browser/media_galleries/
media_scan_manager.cc 74 std::vector<LocationInfo> all_locations; local
77 all_locations.push_back(LocationInfo(kInvalidMediaGalleryPrefId,
80 all_locations.back().file_counts = it->second;
87 all_locations.push_back(LocationInfo(it->second.pref_id, it->second.type,
92 std::sort(all_locations.begin(), all_locations.end());
95 for (size_t i = 1; i < all_locations.size(); i++) {
96 const LocationInfo& current = all_locations[i];
97 const LocationInfo& previous_parent = all_locations[previous_parent_index];
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py     [all...]

Completed in 86 milliseconds