HomeSort by relevance Sort by last modified time
    Searched defs:GetLocalFilePath (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util.cc 323 base::File::Error IPhotoFileUtil::GetLocalFilePath(
itunes_file_util.cc 318 base::File::Error ITunesFileUtil::GetLocalFilePath(
picasa_file_util.cc 171 // PicasaFileUtil::GetLocalFilePath, and that will handle both
305 base::File::Error PicasaFileUtil::GetLocalFilePath(
native_media_file_util.cc 432 base::File::Error error = GetLocalFilePath(context, url, &file_path);
458 error = GetLocalFilePath(context, dest_url, &dest_file_path);
510 base::File::Error error = GetLocalFilePath(context, url, &file_path);
528 base::File::Error NativeMediaFileUtil::GetLocalFilePath(
611 base::File::Error error = GetLocalFilePath(context, url, &file_path);
644 GetLocalFilePath(context, file_system_url, &file_path);
663 GetLocalFilePath(context, file_system_url, &file_path);
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 83 base::File::Error error = GetLocalFilePath(context, url, &file_path);
98 base::File::Error error = GetLocalFilePath(context, url, &file_path);
110 base::File::Error error = GetLocalFilePath(context, url, &file_path);
122 base::File::Error error = GetLocalFilePath(context, url, &file_path);
140 if (GetLocalFilePath(context, root_url, &file_path) !=
151 base::File::Error LocalFileUtil::GetLocalFilePath(
171 base::File::Error error = GetLocalFilePath(context, url, &file_path);
182 base::File::Error error = GetLocalFilePath(context, url, &file_path);
195 base::File::Error error = GetLocalFilePath(context, src_url, &src_file_path);
200 error = GetLocalFilePath(context, dest_url, &dest_file_path)
    [all...]
obfuscated_file_util.cc 40 // base::FilePath local_path = GetLocalFilePath(url);
416 base::File::Error ObfuscatedFileUtil::GetLocalFilePath(
    [all...]

Completed in 114 milliseconds