HomeSort by relevance Sort by last modified time
    Searched refs:CrackFileSystemURL (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/storage/browser/fileapi/
mount_points.h 100 virtual FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const = 0;
external_mount_points.h 132 virtual FileSystemURL CrackFileSystemURL(
external_mount_points.cc 199 return CrackFileSystemURL(filesystem_url);
206 return CrackFileSystemURL(FileSystemURL(origin, type, path));
273 FileSystemURL ExternalMountPoints::CrackFileSystemURL(
isolated_context.h 180 virtual FileSystemURL CrackFileSystemURL(
file_system_context.cc 462 return CrackFileSystemURL(FileSystemURL(url));
469 return CrackFileSystemURL(FileSystemURL(origin, type, path));
552 FileSystemURL FileSystemContext::CrackFileSystemURL(
568 cracked = url_crackers_[i]->CrackFileSystemURL(current);
isolated_context.cc 352 return CrackFileSystemURL(filesystem_url);
359 return CrackFileSystemURL(FileSystemURL(origin, type, path));
429 FileSystemURL IsolatedContext::CrackFileSystemURL(
file_system_context.h 281 // Same as |CrackFileSystemURL|, but cracks FileSystemURL created from |url|.
283 // Same as |CrackFileSystemURL|, but cracks FileSystemURL created from method
356 FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const;
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 196 TEST_F(FileSystemContextTest, CrackFileSystemURL) {

Completed in 122 milliseconds