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

  /external/chromium_org/webkit/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 201 return CrackFileSystemURL(filesystem_url);
208 return CrackFileSystemURL(FileSystemURL(origin, type, path));
276 FileSystemURL ExternalMountPoints::CrackFileSystemURL(
isolated_context.h 180 virtual FileSystemURL CrackFileSystemURL(
file_system_context.cc 453 return CrackFileSystemURL(FileSystemURL(url));
460 return CrackFileSystemURL(FileSystemURL(origin, type, path));
543 FileSystemURL FileSystemContext::CrackFileSystemURL(
559 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 273 // Same as |CrackFileSystemURL|, but cracks FileSystemURL created from |url|.
275 // Same as |CrackFileSystemURL|, but cracks FileSystemURL created from method
348 FileSystemURL CrackFileSystemURL(const FileSystemURL& url) const;
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 196 TEST_F(FileSystemContextTest, CrackFileSystemURL) {

Completed in 413 milliseconds