Searched refs:GenerateIdForPath (Results 1 – 5 of 5) sorted by relevance
27 whitelist.push_back(Extension::GenerateIdForPath(extension_dir1)); in IN_PROC_BROWSER_TEST_F()28 whitelist.push_back(Extension::GenerateIdForPath(extension_dir2)); in IN_PROC_BROWSER_TEST_F()
201 std::string computed_id = Extension::GenerateIdForPath(path); in CleanupBadExtensionKeys()
343 static std::string GenerateIdForPath(const FilePath& file_name);
657 std::string Extension::GenerateIdForPath(const FilePath& path) { in GenerateIdForPath() function in Extension1691 id_ = Extension::GenerateIdForPath(path()); in InitFromValue()
1372 Extension::GenerateIdForPath(FilePath(FILE_PATH_LITERAL("whatever"))); in TEST_F()