Home
last modified time | relevance | path

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

/external/chromium_org/storage/browser/fileapi/
Dexternal_mount_points.cc124 NameToInstance::iterator found = instance_map_.find(mount_name); in RevokeFileSystem()
139 NameToInstance::const_iterator found = instance_map_.find(filesystem_id); in GetRegisteredPath()
176 NameToInstance::const_iterator found_instance = in CrackVirtualPath()
213 for (NameToInstance::const_iterator iter = instance_map_.begin(); in AddMountPointInfosTo()
255 NameToInstance instance_map_copy; in RevokeAllFileSystems()
321 NameToInstance::iterator found = instance_map_.find(mount_name); in ValidateNewMountPoint()
Dexternal_mount_points.h122 typedef std::map<std::string, Instance*> NameToInstance; typedef
151 NameToInstance instance_map_;