Searched refs:FilePathToFileURL (Results 1 – 6 of 6) sorted by relevance
44 GURL FilePathToFileURL(const FilePath& path);
476 GURL file_url(net::FilePathToFileURL( in TEST()
776 GURL FilePathToFileURL(const FilePath& path) { in FilePathToFileURL() function
655 GURL app_url = net::FilePathToFileURL(app_path); in TEST_F()683 GURL temp_url = net::FilePathToFileURL(temp_path); in TEST_F()724 GURL temp_url = net::FilePathToFileURL(temp_path); in TEST_F()764 GURL temp_url = net::FilePathToFileURL(temp_path); in TEST_F()877 TestURLRequest r(net::FilePathToFileURL(FilePath(lnk_path)), &d); in TEST_F()940 TestURLRequest req(net::FilePathToFileURL(file_path), &d); in TEST_F()966 TestURLRequest req(net::FilePathToFileURL(path), &d); in TEST_F()
295 *location = net::FilePathToFileURL(new_path); in IsRedirectResponse()
61 GURL base_url = FilePathToFileURL(path); in GetTestFileUrl()