Home
last modified time | relevance | path

Searched refs:CrackFileSystemURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dexternal_mount_points.cc201 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
Dfile_system_context.cc453 return CrackFileSystemURL(FileSystemURL(url)); in CrackURL()
460 return CrackFileSystemURL(FileSystemURL(origin, type, path)); in CreateCrackedFileSystemURL()
543 FileSystemURL FileSystemContext::CrackFileSystemURL( in CrackFileSystemURL() function in fileapi::FileSystemContext
559 cracked = url_crackers_[i]->CrackFileSystemURL(current); in CrackFileSystemURL()
Dmount_points.h100 virtual FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const = 0;
Dexternal_mount_points.h132 virtual FileSystemURL CrackFileSystemURL(
Disolated_context.cc352 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
Disolated_context.h180 virtual FileSystemURL CrackFileSystemURL(
Dfile_system_context.h348 FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const;
/external/chromium_org/content/browser/fileapi/
Dfile_system_context_unittest.cc196 TEST_F(FileSystemContextTest, CrackFileSystemURL) { in TEST_F() argument