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

  /external/chromium_org/chrome/browser/drive/
drive_app_registry.cc 31 // Append list of app ids in |map| looked up by |selector| to |matched_apps|.
34 std::vector<std::string>* matched_apps) {
38 matched_apps->push_back(it->second);
93 std::vector<std::string> matched_apps; local
97 FindAppsForSelector(without_dot, extension_map_, &matched_apps);
100 FindAppsForSelector(mime_type, mimetype_map_, &matched_apps);
104 for (size_t i = 0; i < matched_apps.size(); ++i) {
105 if (inserted_app_ids.count(matched_apps[i]) == 0) {
106 inserted_app_ids.insert(matched_apps[i]);
108 all_apps_.find(matched_apps[i])
    [all...]

Completed in 2265 milliseconds