HomeSort by relevance Sort by last modified time
    Searched defs:FileSystemURL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/storage/browser/fileapi/
file_system_url.cc 21 FileSystemURL::FileSystemURL()
29 FileSystemURL FileSystemURL::CreateForTest(const GURL& url) {
30 return FileSystemURL(url);
33 FileSystemURL FileSystemURL::CreateForTest(const GURL& origin,
36 return FileSystemURL(origin, mount_type, virtual_path);
39 FileSystemURL FileSystemURL::CreateForTest
    [all...]
file_system_url.h 22 // When a FileSystemURL instance is created for a GURL (for filesystem: scheme),
34 // FileSystemURL can also be created to represent a 'cracked' filesystem URL if
44 // FileSystemURL('http://bar.com',
50 // would create a FileSystemURL whose accessors return:
65 // It is impossible to directly create a valid FileSystemURL instance (except by
67 // To get a valid FileSystemURL, one of the following methods can be used:
78 class STORAGE_EXPORT FileSystemURL {
80 FileSystemURL();
81 ~FileSystemURL();
83 // Methods for creating FileSystemURL without attempting to crack them
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.h 117 BlobDataItem(const KURL& fileSystemURL, long long offset, long long length, double expectedModificationTime)
118 : type(FileSystemURL)
119 , fileSystemURL(fileSystemURL)
133 FileSystemURL
138 KURL fileSystemURL; // For FileSystemURL type.

Completed in 42 milliseconds