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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.h 35 typedef std::map<std::string, PathSet> PathAccessMap;
38 PathAccessMap path_map_;
file_access_permissions.cc 20 PathAccessMap::iterator path_map_iter = path_map_.find(extension_id);
24 path_map_.insert(PathAccessMap::value_type(extension_id, path_set));
35 PathAccessMap::const_iterator path_map_iter = path_map_.find(extension_id);

Completed in 385 milliseconds