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

  /external/chromium_org/webkit/browser/fileapi/
mount_points.cc 9 MountPoints::MountPointInfo::MountPointInfo() {}
10 MountPoints::MountPointInfo::MountPointInfo(
mount_points.h 26 class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
46 MountPoints() {}
47 virtual ~MountPoints() {}
54 // Returns true if the MountPoints implementation handles filesystems with
103 DISALLOW_COPY_AND_ASSIGN(MountPoints);
external_mount_points.h 35 public MountPoints {
52 // Overlapping mount points in a single MountPoints instance are not allowed.
67 // MountPoints overrides.
isolated_context.h 40 class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
143 // MountPoints overrides.
179 // MountPoints overrides.
file_system_context.h 65 class MountPoints;
342 // created by cracking |url|. The url is cracked using MountPoints registered
400 // MountPoints used to crack FileSystemURLs. The MountPoints are ordered
402 std::vector<MountPoints*> url_crackers_;
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 330 std::vector<fileapi::MountPoints::MountPointInfo> mount_points;
334 std::vector<fileapi::MountPoints::MountPointInfo>::const_iterator it =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 87 MOUNTMGR_MOUNT_POINT MountPoints[1];
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 216 std::vector<fileapi::MountPoints::MountPointInfo> mount_points;

Completed in 3332 milliseconds