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

1 2

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 27 ExternalMountPoints* mount_points) {
28 return mount_points->CreateCrackedFileSystemURL(
41 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
48 mount_points.get(),
67 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
77 mount_points.get(),
83 mount_points->RegisterFileSystem("c",
87 mount_points->RegisterFileSystem("d",
116 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
124 mount_points.get()
    [all...]
file_system_backend.cc 41 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
49 mount_points_(mount_points),
216 std::vector<fileapi::MountPoints::MountPointInfo> mount_points; local
217 mount_points_->AddMountPointInfosTo(&mount_points);
218 system_mount_points_->AddMountPointInfosTo(&mount_points);
221 for (size_t i = 0; i < mount_points.size(); ++i)
222 root_dirs.push_back(mount_points[i].path);
file_system_backend.h 65 // FileSystemBackend will take an ownership of a |mount_points|
75 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
  /external/chromium_org/content/browser/fileapi/
external_mount_points_unittest.cc 26 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
111 mount_points->RegisterFileSystem(
124 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
135 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
138 mount_points->RegisterFileSystem("c",
143 mount_points->RegisterFileSystem("c(1)",
147 mount_points->RegisterFileSystem("x",
151 mount_points->RegisterFileSystem("o",
156 mount_points->RegisterFileSystem("mount",
161 mount_points->RegisterFileSystem("empty_path"
    [all...]
file_system_context_unittest.cc 161 scoped_refptr<ExternalMountPoints> mount_points = local
165 ASSERT_TRUE(mount_points->RegisterFileSystem(
172 CreateFileSystemContextForTest(mount_points.get()));
175 mount_points = NULL;
177 // FileSystemContext should keep a reference to the |mount_points|, so it
192 // No need to revoke the registered filesystem since |mount_points| lifetime
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_backend.cc 17 fileapi::ExternalMountPoints* mount_points,
19 : mount_points_(mount_points),
privet_filesystem_backend.h 24 PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 44 const fileapi::ExternalMountPoints* const mount_points = member in class:chromeos::file_system_provider::util::__anon7736::fileapi
46 DCHECK(mount_points);
49 return mount_points->CreateCrackedFileSystemURL(
service.cc 124 fileapi::ExternalMountPoints* const mount_points = member in class:chromeos::file_system_provider::fileapi
126 DCHECK(mount_points);
134 if (!mount_points->RegisterFileSystem(mount_point_name,
189 fileapi::ExternalMountPoints* const mount_points = member in class:chromeos::file_system_provider::fileapi
191 DCHECK(mount_points);
198 if (!mount_points->RevokeFileSystem(mount_point_name)) {
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 146 scoped_refptr<fileapi::ExternalMountPoints> mount_points = local
152 mount_points.get(),
163 mount_points->RegisterFileSystem(
175 mount_points->RevokeFileSystem(drive_mount_name);
176 mount_points->RegisterFileSystem(
187 mount_points->RegisterFileSystem(
drive_integration_service.cc 358 fileapi::ExternalMountPoints* const mount_points = member in class:drive::fileapi
360 DCHECK(mount_points);
361 return mount_points->GetRegisteredPath(mount_point_name_, &unused);
438 fileapi::ExternalMountPoints* const mount_points = member in class:drive::fileapi
440 DCHECK(mount_points);
442 bool success = mount_points->RegisterFileSystem(
464 fileapi::ExternalMountPoints* const mount_points = member in class:drive::fileapi
466 DCHECK(mount_points);
468 mount_points->RevokeFileSystem(mount_point_name_);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fake_disk_mount_manager.h 57 virtual const MountPointMap& mount_points() const OVERRIDE;
volume_manager.cc 56 fileapi::ExternalMountPoints* const mount_points = member in class:file_manager::__anon7726::fileapi
61 mount_points->RevokeFileSystem(mount_point_name);
62 return mount_points->RegisterFileSystem(
72 fileapi::ExternalMountPoints* const mount_points = member in class:file_manager::__anon7726::fileapi
75 return mount_points->GetRegisteredPath(mount_point_name, path);
332 const chromeos::disks::DiskMountManager::MountPointMap& mount_points = local
333 disk_mount_manager_->mount_points();
335 mount_points.begin();
336 it != mount_points.end();
696 // We do not iterate on mount_points directly, because mount_points ca
    [all...]
fake_disk_mount_manager.cc 61 FakeDiskMountManager::mount_points() const { function in class:file_manager::FakeDiskMountManager
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.h 33 MOCK_CONST_METHOD0(mount_points,
disk_mount_manager_unittest.cc 149 const DiskMountManager::MountPointMap& mount_points = local
150 DiskMountManager::GetInstance()->mount_points();
151 return mount_points.find(mount_path) != mount_points.end();
mock_disk_mount_manager.cc 56 ON_CALL(*this, mount_points())
161 EXPECT_CALL(*this, mount_points())
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 14 #include "webkit/browser/fileapi/mount_points.h"
86 void AddMountPointInfosTo(std::vector<MountPointInfo>* mount_points) const;
external_mount_points.cc 212 std::vector<MountPointInfo>* mount_points) const {
214 DCHECK(mount_points);
217 mount_points->push_back(MountPointInfo(iter->first, iter->second->path()));
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 330 std::vector<fileapi::MountPoints::MountPointInfo> mount_points; local
332 &mount_points);
335 mount_points.begin();
336 for (; it != mount_points.end(); ++it)
  /external/chromium_org/content/browser/
browser_context.cc 41 const char kMountPointsKey[] = "mount_points";
136 scoped_refptr<fileapi::ExternalMountPoints> mount_points = local
140 new UserDataAdapter<fileapi::ExternalMountPoints>(mount_points.get()));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 136 EXPECT_CALL(*disk_mount_manager_mock_, mount_points())
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader_unittest.cc 65 const fileapi::ExternalMountPoints* const mount_points = member in class:chromeos::file_system_provider::__anon7732::fileapi
67 return mount_points->CreateCrackedFileSystemURL(
provider_async_file_util_unittest.cc 100 const fileapi::ExternalMountPoints* const mount_points = member in class:chromeos::file_system_provider::__anon7734::fileapi
102 return mount_points->CreateCrackedFileSystemURL(
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 79 virtual const MountPointMap& mount_points() const OVERRIDE {

Completed in 406 milliseconds

1 2