Home
last modified time | relevance | path

Searched refs:ValidateNewMountPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dexternal_mount_points.h138 bool ValidateNewMountPoint(const std::string& mount_name,
Dexternal_mount_points.cc104 if (!ValidateNewMountPoint(mount_name, path)) in RegisterFileSystem()
305 bool ExternalMountPoints::ValidateNewMountPoint(const std::string& mount_name, in ValidateNewMountPoint() function in fileapi::ExternalMountPoints