HomeSort by relevance Sort by last modified time
    Searched refs:platform_path (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/storage/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 64 base::FilePath* platform_path) {
86 *platform_path = url.path();
file_system_file_stream_reader.cc 118 const base::FilePath& platform_path,
135 platform_path, initial_offset_, expected_modification_time_));
file_system_file_util.h 89 base::FilePath* platform_path) = 0;
175 base::FilePath* platform_path) = 0;
file_system_file_stream_reader.h 62 const base::FilePath& platform_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 47 const base::FilePath& platform_path) {
50 return new SupportedImageTypeValidator(platform_path);
52 return new SupportedAudioVideoChecker(platform_path);
media_file_validator_factory.h 31 const base::FilePath& platform_path) OVERRIDE;
itunes_file_util.cc 130 base::FilePath* platform_path) {
141 if (platform_path)
142 *platform_path = file_path;
153 platform_path);
177 platform_path);
300 base::FilePath* platform_path,
305 platform_path, file_ref);
315 return GetFileInfoSync(context, url, file_info, platform_path);
402 base::FilePath platform_path; local
408 platform_path, file_ref))
    [all...]
itunes_file_util.h 46 base::FilePath* platform_path) OVERRIDE;
61 base::FilePath* platform_path,
  /external/chromium_org/storage/browser/fileapi/quota/
open_file_handle_context.h 28 OpenFileHandleContext(const base::FilePath& platform_path,
36 const base::FilePath& platform_path() const { function in class:storage::OpenFileHandleContext
open_file_handle.cc 43 const base::FilePath& OpenFileHandle::platform_path() const { function in class:storage::OpenFileHandle
45 return context_->platform_path();
open_file_handle.h 52 const base::FilePath& platform_path() const;
open_file_handle_context.cc 13 const base::FilePath& platform_path,
18 platform_path_(platform_path),
22 base::GetFileSize(platform_path, &initial_file_size_);
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 35 const base::FilePath& platform_path) {
38 return reservation_buffer_->GetOpenFileHandle(this, platform_path);
quota_reservation.h 37 // Associates |platform_path| to the QuotaReservation instance.
40 const base::FilePath& platform_path);
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 110 base::FilePath* platform_path) {
113 DCHECK(platform_path);
114 *platform_path = base::FilePath();
127 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
132 if (!policy->CanReadFile(process_id, *platform_path))
133 policy->GrantReadFile(process_id, *platform_path);
browser_file_system_helper.h 39 base::FilePath* platform_path);
plugin_private_file_system_backend_unittest.cc 107 base::FilePath platform_path; local
112 &platform_path));
114 platform_path));
147 base::FilePath platform_path; local
  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.h 71 const base::FilePath& platform_path,
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.h 82 const GetPlatformPathCB& callback, const std::string& 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();
86 http_body->appendFileRange(platform_path.AsUTF16Unsafe(),

Completed in 1664 milliseconds

1 2 3