Searched defs:FileSystemURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc21 FileSystemURL::FileSystemURL() function in class:storage::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
58 FileSystemURL::FileSystemURL(const GURL& url) function in class:storage::FileSystemURL
68 FileSystemURL::FileSystemURL(const GURL& origin, function in class:storage::FileSystemURL
80 FileSystemURL::FileSystemURL(const GURL& origin, function in class:storage::FileSystemURL
[all...]
H A Dfile_system_url.h22 // 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 { class in namespace:storage
80 FileSystemURL();
81 ~FileSystemURL();
83 // Methods for creating FileSystemURL withou
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobData.h118 : type(FileSystemURL)
133 FileSystemURL enumerator in enum:blink::BlobDataItem::__anon11275
138 KURL fileSystemURL; // For FileSystemURL type.

Completed in 86 milliseconds