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

1 2 3

  /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;
isolated_file_util.h 43 base::FilePath* platform_path) OVERRIDE;
copy_or_move_operation_delegate.cc 149 const base::FilePath& platform_path,
159 DCHECK(!platform_path.empty());
169 DidValidateFile(url_pair.dest, callback, file_info, platform_path, error);
174 factory->CreateCopyOrMoveFileValidator(url_pair.src, platform_path));
178 url_pair.dest, callback, file_info, platform_path));
185 const base::FilePath& platform_path,
192 operation_runner()->CopyInForeignFile(platform_path, dest, callback);
244 const base::FilePath& platform_path,
258 platform_path,
copy_or_move_operation_delegate.h 67 const base::FilePath& platform_path,
73 const base::FilePath& platform_path,
88 const base::FilePath& platform_path,
file_system_file_stream_reader.cc 104 const base::FilePath& platform_path,
121 platform_path, initial_offset_, expected_modification_time_));
file_system_file_util.h 94 base::FilePath* platform_path) = 0;
178 base::FilePath* platform_path) = 0;
isolated_file_util.cc 85 base::FilePath* platform_path) {
107 *platform_path = url.path();
async_file_test_helper.cc 52 const base::FilePath& platform_path,
57 *platform_path_out = platform_path;
195 base::FilePath* platform_path) {
200 platform_path));
async_file_test_helper.h 67 // Retrieves FilePath for |url| and populates |platform_path|.
70 base::FilePath* platform_path);
file_system_file_stream_reader.h 62 const base::FilePath& platform_path,
sandbox_file_stream_writer.h 57 const base::FilePath& platform_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 50 const base::FilePath& platform_path) {
53 return new SupportedImageTypeValidator(platform_path);
55 return new SupportedAudioVideoChecker(platform_path);
media_file_validator_factory.h 33 const base::FilePath& platform_path) OVERRIDE;
itunes_file_util.h 48 base::FilePath* platform_path) OVERRIDE;
57 base::FilePath* platform_path,
itunes_file_util.cc 95 base::FilePath* platform_path) {
107 if (platform_path)
108 *platform_path = file_path;
119 platform_path);
143 platform_path);
255 base::FilePath* platform_path,
260 platform_path, file_ref);
270 return GetFileInfoSync(context, url, file_info, platform_path);
359 base::FilePath platform_path; local
365 platform_path, file_ref))
    [all...]
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 125 base::FilePath* platform_path) {
128 DCHECK(platform_path);
129 *platform_path = base::FilePath();
142 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
147 if (!policy->CanReadFile(process_id, *platform_path))
148 policy->GrantReadFile(process_id, *platform_path);
browser_file_system_helper.h 48 base::FilePath* platform_path);
  /external/chromium_org/content/browser/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 60 base::FilePath platform_path; local
68 file_ref->GetFileSystemURL(), &platform_path));
71 platform_path = file_ref->GetSystemPath();
77 platform_path.AsUTF16Unsafe(),
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util.h 38 base::FilePath* platform_path) OVERRIDE;
picasa_file_util.cc 85 base::PlatformFileInfo* file_info, base::FilePath* platform_path) {
88 DCHECK(platform_path);
90 *platform_path = base::FilePath();
122 platform_path);
130 context, url, file_info, platform_path);
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 372 base::FilePath platform_path(
374 DCHECK(!platform_path.empty());
375 platform_util::OpenItem(platform_path);
382 base::FilePath platform_path(
384 DCHECK(!platform_path.empty());
385 platform_util::ShowItemInFolder(platform_path);

Completed in 333 milliseconds

1 2 3