Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/fileapi/
Dexternal_mount_points.cc121 NameToInstance::iterator found = instance_map_.find(mount_name); in RevokeFileSystem()
135 NameToInstance::const_iterator found = instance_map_.find(filesystem_id); in GetRegisteredPath()
171 NameToInstance::const_iterator found_instance = in CrackVirtualPath()
208 for (NameToInstance::const_iterator iter = instance_map_.begin(); in AddMountPointInfosTo()
251 NameToInstance instance_map_copy; in RevokeAllFileSystems()
314 NameToInstance::iterator found = instance_map_.find(mount_name); in ValidateNewMountPoint()
Dexternal_mount_points.h117 typedef std::map<std::string, Instance*> NameToInstance; typedef
144 NameToInstance instance_map_;