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

1 2

  /external/chromium_org/webkit/browser/fileapi/
external_mount_points_unittest.cc 26 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
111 mount_points->RegisterFileSystem(
123 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
134 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
137 mount_points->RegisterFileSystem("c",
141 mount_points->RegisterFileSystem("c(1)",
144 mount_points->RegisterFileSystem("x",
147 mount_points->RegisterFileSystem("o",
151 mount_points->RegisterFileSystem("mount",
155 mount_points->RegisterFileSystem("empty_path"
    [all...]
file_system_context_unittest.cc 150 scoped_refptr<ExternalMountPoints> mount_points = local
154 ASSERT_TRUE(mount_points->RegisterFileSystem(
160 CreateFileSystemContextForTest(mount_points.get()));
163 mount_points = NULL;
165 // FileSystemContext should keep a reference to the |mount_points|, so it
180 // No need to revoke the registered filesystem since |mount_points| lifetime
external_mount_points.h 14 #include "webkit/browser/fileapi/mount_points.h"
82 void AddMountPointInfosTo(std::vector<MountPointInfo>* mount_points) const;
external_mount_points.cc 191 std::vector<MountPointInfo>* mount_points) const {
193 DCHECK(mount_points);
196 mount_points->push_back(MountPointInfo(iter->first, iter->second->path()));
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 27 ExternalMountPoints* mount_points) {
28 return mount_points->CreateCrackedFileSystemURL(
37 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
42 mount_points.get(),
64 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
73 mount_points.get(),
79 mount_points->RegisterFileSystem("c",
82 mount_points->RegisterFileSystem("d",
108 scoped_refptr<fileapi::ExternalMountPoints> mount_points(
115 mount_points.get()
    [all...]
file_system_backend.cc 49 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
56 mount_points_(mount_points),
207 std::vector<fileapi::MountPoints::MountPointInfo> mount_points; local
208 mount_points_->AddMountPointInfosTo(&mount_points);
209 system_mount_points_->AddMountPointInfosTo(&mount_points);
212 for (size_t i = 0; i < mount_points.size(); ++i)
213 root_dirs.push_back(mount_points[i].path);
file_system_backend.h 71 // FileSystemBackend will take an ownership of a |mount_points|
78 scoped_refptr<fileapi::ExternalMountPoints> mount_points,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.cc 241 DiskMountManager::MountPointMap mount_points = local
242 disk_mount_manager->mount_points();
247 mount_points.begin();
248 it != mount_points.end();
264 mount_points.size());
file_manager_browsertest.cc 107 fileapi::ExternalMountPoints* const mount_points = member in class:file_manager::__anon6831::LocalTestVolume::fileapi
109 mount_points->RevokeFileSystem(kDownloads);
111 return mount_points->RegisterFileSystem(
file_browser_private_apitest.cc 250 EXPECT_CALL(*disk_mount_manager_mock_, mount_points())
private_api_file_system.cc 57 disk_mount_manager->mount_points().find(mount_path);
58 if (mount_point_it == disk_mount_manager->mount_points().end())
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 330 fileapi::ExternalMountPoints* mount_points = local
332 DCHECK(mount_points);
334 bool success = mount_points->RegisterFileSystem(
354 fileapi::ExternalMountPoints* mount_points = local
356 DCHECK(mount_points);
358 mount_points->RevokeFileSystem(
file_system_util_unittest.cc 97 scoped_refptr<fileapi::ExternalMountPoints> mount_points = local
103 mount_points.get(),
113 mount_points->RegisterFileSystem(
124 mount_points->RevokeFileSystem(drive_mount_name);
125 mount_points->RegisterFileSystem(
135 mount_points->RegisterFileSystem(
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.h 31 MOCK_CONST_METHOD0(mount_points,
disk_mount_manager_unittest.cc 148 const DiskMountManager::MountPointMap& mount_points = local
149 DiskMountManager::GetInstance()->mount_points();
150 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())
disk_mount_manager.h 237 virtual const MountPointMap& mount_points() const = 0;
disk_mount_manager.cc 208 virtual const MountPointMap& mount_points() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 119 fileapi::ExternalMountPoints* mount_points = local
123 mount_points->RevokeFileSystem(mount_point_name);
124 EXPECT_TRUE(mount_points->RegisterFileSystem(
  /external/chromium_org/content/browser/
browser_context.cc 39 const char kMountPointsKey[] = "mount_points";
144 scoped_refptr<fileapi::ExternalMountPoints> mount_points = local
148 new UserDataAdapter<fileapi::ExternalMountPoints>(mount_points.get()));
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 79 virtual const MountPointMap& mount_points() const OVERRIDE {
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.cc 125 disks::DiskMountManager::GetInstance()->mount_points();
  /external/chromium_org/webkit/
webkit_storage_browser.target.darwin-mips.mk 82 webkit/browser/fileapi/mount_points.cc \
webkit_storage_browser.target.linux-mips.mk 82 webkit/browser/fileapi/mount_points.cc \
webkit_storage_browser.target.darwin-arm.mk 82 webkit/browser/fileapi/mount_points.cc \

Completed in 1215 milliseconds

1 2