/external/chromium_org/webkit/browser/fileapi/ |
file_system_file_stream_reader.cc | 24 const fileapi::FileSystemURL& url, 91 const FileSystemURL& url,
|
isolated_context.cc | 348 FileSystemURL IsolatedContext::CrackURL(const GURL& url) const { 349 FileSystemURL filesystem_url = FileSystemURL(url); 351 return FileSystemURL(); 355 FileSystemURL IsolatedContext::CreateCrackedFileSystemURL( 359 return CrackFileSystemURL(FileSystemURL(origin, type, path)); 429 FileSystemURL IsolatedContext::CrackFileSystemURL( 430 const FileSystemURL& url) const { 432 return FileSystemURL(); 442 return FileSystemURL(); [all...] |
file_system_url_request_job.h | 73 FileSystemURL url_;
|
native_file_util.h | 39 const FileSystemURL& dest_url, bool copy);
|
obfuscated_file_util.cc | 38 // void ObfuscatedFileUtil::DoSomething(const FileSystemURL& url) { 88 const FileSystemURL& url, 115 const FileSystemURL& root_url, 197 FileSystemURL root_url_; 276 const FileSystemURL& url, int file_flags) { 288 const FileSystemURL& url, 331 const FileSystemURL& url, 394 const FileSystemURL& url, 412 const FileSystemURL& root_url) { 418 const FileSystemURL& url [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_security_helper.cc | 80 const fileapi::FileSystemURL& url) {
|
pepper_external_file_ref_backend.cc | 100 fileapi::FileSystemURL PepperExternalFileRefBackend::GetFileSystemURL() const { 101 return fileapi::FileSystemURL();
|
pepper_external_file_ref_backend.h | 44 virtual fileapi::FileSystemURL GetFileSystemURL() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebBlobData.cpp | 85 case BlobDataItem::FileSystemURL: 87 result.fileSystemURL = item.fileSystemURL;
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
file_system_backend.cc | 26 bool FileSystemBackend::CanHandleURL(const fileapi::FileSystemURL& url) { 94 void FileSystemBackend::ResolveURL(const fileapi::FileSystemURL& url, 148 const fileapi::FileSystemURL& url) const { 253 const fileapi::FileSystemURL& url, 281 const fileapi::FileSystemURL& url) const { 289 const fileapi::FileSystemURL& url, 321 const fileapi::FileSystemURL& url,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_file_util_unittest.cc | 42 using fileapi::FileSystemURL; 146 const FileSystemURL& url, 297 FileSystemURL url = CreateURL(kPicasaDirFolders); 314 FileSystemURL folder_url = CreateURL( 343 FileSystemURL url = CreateURL(path); 352 FileSystemURL url = CreateURL(path); 360 FileSystemURL CreateURL(const std::string& path) const { 435 FileSystemURL url = CreateURL(kPicasaDirFolders); 454 FileSystemURL url = CreateURL(""); 571 FileSystemURL url [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_tasks.cc | 24 using fileapi::FileSystemURL; 39 const FileSystemURL url = context->CrackURL(GURL(file_url_list[i])); 115 std::vector<FileSystemURL> file_urls; 117 const FileSystemURL url = 177 fileapi::FileSystemURL file_system_url(
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_unittest.cc | 27 using fileapi::FileSystemURL; 72 void VerifyAndClearChange(const FileSystemURL& url, 88 FileSystemURL URL(const std::string& path) { 271 const FileSystemURL kSrcDir = other_file_system_.CreateURLFromUTF8("/a"); 272 const FileSystemURL kSrcChild = other_file_system_.CreateURLFromUTF8("/a/b");
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service_unittest.cc | 35 using fileapi::FileSystemURL; 92 void(const fileapi::FileSystemURL& url, 239 FileSystemURL URL(const std::string& path) const { 323 const FileSystemURL kFile(file_system_->URL("foo")); 383 const FileSystemURL kFile(file_system_->URL("foo")); 437 const FileSystemURL kFile(file_system_->URL("foo"));
|
sync_file_system_service.h | 71 const fileapi::FileSystemURL& url, 153 const fileapi::FileSystemURL& url,
|
mock_remote_file_sync_service.h | 70 const fileapi::FileSystemURL& url,
|
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
fileapi_worker.h | 36 class FileSystemURL; 74 FileSystemInterface* GetFileSystemFromUrl(const fileapi::FileSystemURL& url);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_util.cc | 32 using fileapi::FileSystemURL; 64 std::vector<FileSystemURL>(1, file_system_context->CrackURL(url)),
|
snapshot_manager.cc | 21 const fileapi::FileSystemURL& url,
|
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
sync_file_system_apitest.cc | 30 using fileapi::FileSystemURL; 102 FileSystemURL mock_url = sync_file_system::CreateSyncableFileSystemURL(
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
privet_filesystem_operations.h | 47 void GetFileInfo(const fileapi::FileSystemURL& url, 50 const fileapi::FileSystemURL& url,
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_worker.h | 34 class FileSystemURL; 98 const fileapi::FileSystemURL& url,
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
local_sync_delegate.h | 40 const fileapi::FileSystemURL& url); 127 fileapi::FileSystemURL url_;
|
/external/chromium_org/content/public/test/ |
sandbox_file_system_test_helper.cc | 26 using fileapi::FileSystemURL; 94 FileSystemURL SandboxFileSystemTestHelper::CreateURL(
|
/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.
|