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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
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 280 milliseconds