Searched refs:PathToDefaultProtectionSpaceMap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredentialStorage.cpp56 typedef HashMap<String, ProtectionSpace> PathToDefaultProtectionSpaceMap; typedef in namespace:WebCore
57 static PathToDefaultProtectionSpaceMap& pathToDefaultProtectionSpaceMap()
60 DEFINE_STATIC_LOCAL(PathToDefaultProtectionSpaceMap, map, ());
117 static PathToDefaultProtectionSpaceMap::iterator findDefaultProtectionSpaceForURL(const KURL& url)
122 PathToDefaultProtectionSpaceMap& map = pathToDefaultProtectionSpaceMap();
131 PathToDefaultProtectionSpaceMap::iterator iter = map.find(directoryURL);
150 PathToDefaultProtectionSpaceMap::iterator iter = findDefaultProtectionSpaceForURL(url);
160 PathToDefaultProtectionSpaceMap::iterator iter = findDefaultProtectionSpaceForURL(url);

Completed in 177 milliseconds