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

  /external/chromium_org/webkit/browser/fileapi/
mount_points.cc 9 MountPoints::MountPointInfo::MountPointInfo() {}
10 MountPoints::MountPointInfo::MountPointInfo(
mount_points.h 25 class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
45 MountPoints() {}
46 virtual ~MountPoints() {}
53 // Returns true if the MountPoints implementation handles filesystems with
100 DISALLOW_COPY_AND_ASSIGN(MountPoints);
file_system_context.h 60 class MountPoints;
264 // created by cracking |url|. The url is cracked using MountPoints registered
307 // MountPoints used to crack FileSystemURLs. The MountPoints are ordered
309 std::vector<MountPoints*> url_crackers_;
external_mount_points.h 36 public MountPoints {
53 // Overlapping mount points in a single MountPoints instance are not allowed.
66 // MountPoints overrides.
isolated_context.h 40 class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
142 // MountPoints overrides.
175 // MountPoints overrides.
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 166 std::vector<fileapi::MountPoints::MountPointInfo> files;
207 std::vector<fileapi::MountPoints::MountPointInfo> mount_points;

Completed in 628 milliseconds