Searched refs:CrackFileSystemURL (Results 1 – 8 of 8) sorted by relevance
201 return CrackFileSystemURL(filesystem_url); in CrackURL()208 return CrackFileSystemURL(FileSystemURL(origin, type, path)); in CreateCrackedFileSystemURL()276 FileSystemURL ExternalMountPoints::CrackFileSystemURL( in CrackFileSystemURL() function in fileapi::ExternalMountPoints
453 return CrackFileSystemURL(FileSystemURL(url)); in CrackURL()460 return CrackFileSystemURL(FileSystemURL(origin, type, path)); in CreateCrackedFileSystemURL()543 FileSystemURL FileSystemContext::CrackFileSystemURL( in CrackFileSystemURL() function in fileapi::FileSystemContext559 cracked = url_crackers_[i]->CrackFileSystemURL(current); in CrackFileSystemURL()
100 virtual FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const = 0;
132 virtual FileSystemURL CrackFileSystemURL(
352 return CrackFileSystemURL(filesystem_url); in CrackURL()359 return CrackFileSystemURL(FileSystemURL(origin, type, path)); in CreateCrackedFileSystemURL()429 FileSystemURL IsolatedContext::CrackFileSystemURL( in CrackFileSystemURL() function in fileapi::IsolatedContext
180 virtual FileSystemURL CrackFileSystemURL(
348 FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const;
196 TEST_F(FileSystemContextTest, CrackFileSystemURL) { in TEST_F() argument