/external/chromium_org/webkit/browser/fileapi/ |
transient_file_util.cc | 33 base::FilePath* platform_path) { 35 *error = GetFileInfo(context, url, file_info, platform_path); 42 DCHECK(!platform_path->empty()); 46 *platform_path,
|
transient_file_util.h | 28 base::FilePath* platform_path) OVERRIDE;
|
copy_or_move_file_validator.h | 45 // in addition to |platform_path| because in the obfuscated file system 46 // case, |platform_path| will be an obfuscated filename and extension. 49 const base::FilePath& platform_path) = 0;
|
dragged_file_util.h | 30 base::FilePath* platform_path) OVERRIDE;
|
dragged_file_util.cc | 67 base::FilePath* platform_path) { 89 *platform_path = url.path();
|
file_system_file_stream_reader.cc | 122 const base::FilePath& platform_path, 139 platform_path, initial_offset_, expected_modification_time_));
|
file_system_file_util.h | 97 base::FilePath* platform_path) = 0; 183 base::FilePath* platform_path) = 0;
|
file_system_file_stream_reader.h | 58 const base::FilePath& platform_path,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_factory.cc | 48 const base::FilePath& platform_path) { 51 return new SupportedImageTypeValidator(platform_path); 53 return new SupportedAudioVideoChecker(platform_path);
|
media_file_validator_factory.h | 31 const base::FilePath& platform_path) OVERRIDE;
|
itunes_file_util.cc | 94 base::FilePath* platform_path) { 106 if (platform_path) 107 *platform_path = file_path; 118 platform_path); 142 platform_path); 266 base::FilePath* platform_path, 271 platform_path, file_ref); 281 return GetFileInfoSync(context, url, file_info, platform_path); 370 base::FilePath platform_path; local 376 platform_path, file_ref)) [all...] |
itunes_file_util.h | 46 base::FilePath* platform_path) OVERRIDE; 61 base::FilePath* platform_path,
|
picasa_file_util.h | 47 base::FilePath* platform_path) OVERRIDE;
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
open_file_handle_context.cc | 13 const base::FilePath& platform_path, 17 platform_path_(platform_path), 21 base::GetFileSize(platform_path, &initial_file_size_);
|
open_file_handle_context.h | 29 OpenFileHandleContext(const base::FilePath& platform_path, 36 const base::FilePath& platform_path() const { function in class:fileapi::OpenFileHandleContext
|
quota_reservation_buffer.cc | 34 const base::FilePath& platform_path) { 36 OpenFileHandleContext** open_file = &open_files_[platform_path]; 38 *open_file = new OpenFileHandleContext(platform_path, this); 65 DCHECK_EQ(open_file, open_files_[open_file->platform_path()]); 66 open_files_.erase(open_file->platform_path());
|
quota_reservation.cc | 34 const base::FilePath& platform_path) { 36 return reservation_buffer_->GetOpenFileHandle(this, platform_path);
|
quota_reservation.h | 34 // Associates |platform_path| to the QuotaReservation instance. 37 const base::FilePath& platform_path);
|
quota_reservation_buffer.h | 43 const base::FilePath& platform_path);
|
/external/chromium_org/content/browser/fileapi/ |
browser_file_system_helper.cc | 104 base::FilePath* platform_path) { 107 DCHECK(platform_path); 108 *platform_path = base::FilePath(); 121 context->operation_runner()->SyncGetPlatformPath(url, platform_path); 126 if (!policy->CanReadFile(process_id, *platform_path)) 127 policy->GrantReadFile(process_id, *platform_path);
|
browser_file_system_helper.h | 40 base::FilePath* platform_path);
|
plugin_private_file_system_backend_unittest.cc | 96 base::FilePath platform_path; local 101 &platform_path)); 103 platform_path)); 130 base::FilePath platform_path; local
|
/external/chromium_org/content/browser/media/android/ |
media_resource_getter_impl.h | 63 const GetPlatformPathCB& callback, const std::string& platform_path);
|
media_resource_getter_impl.cc | 190 base::FilePath platform_path; local 194 &platform_path); 197 if (data_storage_path.IsParent(platform_path)) 198 callback.Run(platform_path.value()); 257 const GetPlatformPathCB& callback, const std::string& platform_path) { 259 callback.Run(platform_path);
|
/external/chromium_org/content/renderer/pepper/ |
url_request_info_util.cc | 55 base::FilePath platform_path; local 78 file_ref_host->GetFileSystemURL(), &platform_path)); 81 platform_path = file_ref_host->GetExternalFilePath(); 87 platform_path.AsUTF16Unsafe(),
|