Searched refs:GenerateIdForPath (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dall_urls_apitest.cc27 whitelist.push_back(Extension::GenerateIdForPath(extension_dir1));
28 whitelist.push_back(Extension::GenerateIdForPath(extension_dir2));
H A Dextension_prefs.cc201 std::string computed_id = Extension::GenerateIdForPath(path);
/external/chromium/chrome/common/extensions/
H A Dextension.h343 static std::string GenerateIdForPath(const FilePath& file_name);
H A Dextension.cc657 std::string Extension::GenerateIdForPath(const FilePath& path) { function in class:Extension
1691 id_ = Extension::GenerateIdForPath(path());
H A Dextension_unittest.cc1372 Extension::GenerateIdForPath(FilePath(FILE_PATH_LITERAL("whatever")));

Completed in 55 milliseconds