HomeSort by relevance Sort by last modified time
    Searched refs:system_mount_points_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 50 system_mount_points_(system_mount_points) {}
59 system_mount_points_->RegisterFileSystem(
64 system_mount_points_->RegisterFileSystem(
69 system_mount_points_->RegisterFileSystem(
104 !system_mount_points_->CrackVirtualPath(
197 !system_mount_points_->CrackVirtualPath(virtual_path, &id, &type,
218 system_mount_points_->AddMountPointInfosTo(&mount_points);
355 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
file_system_backend.h 149 // system_mount_points_. Also, mount point paths may overlap with mount point
150 // paths in system_mount_points_. In both cases mount points in
160 fileapi::ExternalMountPoints* system_mount_points_; member in class:chromeos::FileSystemBackend
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 43 : system_mount_points_(fileapi::ExternalMountPoints::CreateRefCounted()) {
49 return system_mount_points_.get();
53 scoped_refptr<fileapi::ExternalMountPoints> system_mount_points_; member in class:__anon21204::SystemMountPointsLazyWrapper

Completed in 100 milliseconds