| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| remote_to_local_syncer.h | 55 const storage::FileSystemURL& url() const { return url_; } 205 storage::FileSystemURL url_;
|
| fake_sync_worker.cc | 69 callback.Run(SYNC_STATUS_OK, storage::FileSystemURL()); 143 const storage::FileSystemURL& url,
|
| sync_worker.h | 33 class FileSystemURL; 95 const storage::FileSystemURL& url,
|
| /external/chromium_org/chrome/browser/sync_file_system/ |
| mock_remote_file_sync_service.cc | 73 const storage::FileSystemURL& url, 113 callback, SYNC_STATUS_NO_CHANGE_TO_SYNC, storage::FileSystemURL()));
|
| sync_file_system_service_unittest.cc | 37 using storage::FileSystemURL; 94 void(const storage::FileSystemURL& url, 246 FileSystemURL URL(const std::string& path) const { 328 const FileSystemURL kFile(file_system_->URL("foo")); 358 FileSystemURL())); 394 const FileSystemURL kFile(file_system_->URL("foo")); 451 const FileSystemURL kFile(file_system_->URL("foo"));
|
| sync_file_system_service.h | 68 void GetFileSyncStatus(const storage::FileSystemURL& url, 155 virtual void OnFileStatusChanged(const storage::FileSystemURL& url,
|
| /external/chromium_org/content/browser/fileapi/ |
| browser_file_system_helper.cc | 100 const storage::FileSystemURL& url) { 115 storage::FileSystemURL url(context->CrackURL(path));
|
| fileapi_message_filter.cc | 46 using storage::FileSystemURL; 223 FileSystemURL url(context_->CrackURL(filesystem_url)); 247 FileSystemURL src_url(context_->CrackURL(src_path)); 248 FileSystemURL dest_url(context_->CrackURL(dest_path)); 271 FileSystemURL src_url(context_->CrackURL(src_path)); 272 FileSystemURL dest_url(context_->CrackURL(dest_path)); 295 FileSystemURL url(context_->CrackURL(path)); 312 FileSystemURL url(context_->CrackURL(path)); 329 FileSystemURL url(context_->CrackURL(path)); 352 FileSystemURL url(context_->CrackURL(path)) [all...] |
| /external/chromium_org/content/browser/renderer_host/pepper/ |
| pepper_file_ref_host.h | 43 virtual storage::FileSystemURL GetFileSystemURL() const = 0; 78 storage::FileSystemURL GetFileSystemURL() const;
|
| pepper_internal_file_ref_backend.h | 47 virtual storage::FileSystemURL GetFileSystemURL() const OVERRIDE; 80 mutable storage::FileSystemURL fs_url_;
|
| pepper_security_helper.cc | 80 const storage::FileSystemURL& url) {
|
| pepper_external_file_ref_backend.cc | 100 storage::FileSystemURL PepperExternalFileRefBackend::GetFileSystemURL() const { 101 return storage::FileSystemURL();
|
| /external/chromium_org/storage/browser/fileapi/ |
| dragged_file_util.cc | 62 const FileSystemURL& url, 93 const FileSystemURL& root) {
|
| file_system_file_stream_reader.cc | 24 const storage::FileSystemURL& url, 88 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/third_party/WebKit/Source/platform/exported/ |
| WebBlobData.cpp | 83 case BlobDataItem::FileSystemURL: 85 result.fileSystemURL = item.fileSystemURL;
|
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| picasa_file_util_unittest.cc | 42 using storage::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 { 436 FileSystemURL url = CreateURL(kPicasaDirFolders); 455 FileSystemURL url = CreateURL(""); 572 FileSystemURL url [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/local/ |
| sync_file_system_backend.cc | 112 void SyncFileSystemBackend::ResolveURL(const storage::FileSystemURL& url, 158 const storage::FileSystemURL& url, 180 const storage::FileSystemURL& url) const { 191 const storage::FileSystemURL& url, 203 const storage::FileSystemURL& url,
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_task_executor.cc | 24 using storage::FileSystemURL; 80 const std::vector<FileSystemURL>& file_urls,
|
| /external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
| fileapi_worker.h | 36 class FileSystemURL; 73 FileSystemInterface* GetFileSystemFromUrl(const storage::FileSystemURL& url);
|
| /external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
| mime_util_unittest.cc | 41 storage::FileSystemURL CreateNativeLocalFileSystemURL( 107 std::vector<storage::FileSystemURL> urls;
|
| /external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
| sync_file_system_apitest.cc | 29 using storage::FileSystemURL; 103 FileSystemURL mock_url = sync_file_system::CreateSyncableFileSystemURL(
|