Home | History | Annotate | Download | only in network

Lines Matching refs:map

43     DEFINE_STATIC_LOCAL(ProtectionSpaceToCredentialMap, map, ());
44 return map;
56 DEFINE_STATIC_LOCAL(PathToDefaultProtectionSpaceMap, map, ());
57 return map;
97 // The map can contain both a path and its subpath - while redundant, this makes lookups faster.
118 PathToDefaultProtectionSpaceMap& map = pathToDefaultProtectionSpaceMap();
122 return map.end();
127 PathToDefaultProtectionSpaceMap::iterator iter = map.find(directoryURL);
128 if (iter != map.end())
132 return map.end();