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 324 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 433 base::File::Error error = GetLocalFilePath(context, url, &file_path);
459 error = GetLocalFilePath(context, dest_url, &dest_file_path);
508 base::File::Error error = GetLocalFilePath(context, url, &file_path);
526 base::File::Error NativeMediaFileUtil::GetLocalFilePath(
609 base::File::Error error = GetLocalFilePath(context, url, &file_path);
642 GetLocalFilePath(context, file_system_url, &file_path);
661 GetLocalFilePath(context, file_system_url, &file_path);
  /external/chromium_org/webkit/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 251 milliseconds