Home
last modified time | relevance | path

Searched refs:extension_paths (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_file_util_unittest.cc57 std::map<std::string, FilePath> extension_paths; in TEST() local
58 extension_paths[extension_id] = in TEST()
61 extension_paths); in TEST()
Dextension_file_util.h60 const std::map<std::string, FilePath>& extension_paths);
Dextension_file_util.cc309 const std::map<std::string, FilePath>& extension_paths) { in GarbageCollectExtensions() argument
341 extension_paths.find(extension_id); in GarbageCollectExtensions()
346 if (iter == extension_paths.end()) { in GarbageCollectExtensions()
/external/chromium/chrome/browser/extensions/
Dextension_service.cc1522 std::map<std::string, FilePath> extension_paths; in GarbageCollectExtensions() local
1524 extension_paths[info->at(i)->extension_id] = info->at(i)->extension_path; in GarbageCollectExtensions()
1530 extension_paths)); in GarbageCollectExtensions()