HomeSort by relevance Sort by last modified time
    Searched refs:local_file_path (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 52 const base::FilePath& local_file_path,
56 callback.Run(local_file_path);
105 const base::FilePath& local_file_path);
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 154 base::FilePath* local_file_path) {
155 DCHECK(local_file_path);
161 *local_file_path = url.path();
file_system_file_util.h 102 // Maps |file_system_url| given |context| into |local_file_path|
108 base::FilePath* local_file_path) = 0;
local_file_util.h 55 base::FilePath* local_file_path) OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.h 66 base::FilePath* local_file_path) OVERRIDE;
native_media_file_util.cc 531 base::FilePath* local_file_path) {
532 DCHECK(local_file_path);
538 *local_file_path = url.path();
640 base::FilePath* local_file_path) {
650 *local_file_path = file_path;
659 base::FilePath* local_file_path) {
678 *local_file_path = file_path;
iphoto_file_util.cc 326 base::FilePath* local_file_path) {
333 *local_file_path = location;
344 *local_file_path = location;
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker_unittest.cc 31 // A test file system that always returns |local_file_path|. For testing
36 TestFileSystemForOpenFile(const base::FilePath& local_file_path,
38 : local_file_path_(local_file_path),
  /external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc 127 const base::FilePath& local_file_path,
132 EXPECT_EQ(expected_upload_file_, local_file_path);
240 const base::FilePath& local_file_path,
281 const base::FilePath& local_file_path,
drive_api_service.h 166 const base::FilePath& local_file_path,
drive_service_interface.h 374 const base::FilePath& local_file_path,
dummy_drive_service.cc 168 const base::FilePath& local_file_path,
dummy_drive_service.h 122 const base::FilePath& local_file_path,
fake_drive_service_unittest.cc 1851 base::FilePath local_file_path = local
1921 base::FilePath local_file_path = local
    [all...]
fake_drive_service.h 233 const base::FilePath& local_file_path,
drive_api_service.cc 609 const base::FilePath& local_file_path,
623 local_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 183 const base::FilePath& local_file_path,
194 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 114 const base::FilePath local_file_path = local
118 EXPECT_TRUE(IsFileSystemProviderLocalPath(local_file_path));
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 51 base::FilePath* local_file_path) OVERRIDE {
52 *local_file_path = base_path_.Append(file_system_url.path());
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 446 sync_file_info.local_file_path,
468 sync_file_info.local_file_path,
496 sync_file_info.local_file_path,
local_file_sync_context.h 324 const base::FilePath& local_file_path,
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 422 base::FilePath local_file_path; local
424 file_util()->GetLocalFilePath(&context, url, &local_file_path));
426 local_file_path.value());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_on_worker.h 150 const base::FilePath& local_file_path,
drive_service_on_worker.cc 363 const base::FilePath& local_file_path,
  /external/chromium_org/google_apis/drive/
drive_api_requests.cc 664 const base::FilePath& local_file_path,
673 local_file_path),

Completed in 1053 milliseconds

12 3