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

/external/webkit/Source/WebCore/platform/network/
H A DCredentialStorage.cpp41 static ProtectionSpaceToCredentialMap& protectionSpaceToCredentialMap() function in namespace:WebCore
91 protectionSpaceToCredentialMap().set(protectionSpace, credential);
105 return protectionSpaceToCredentialMap().get(protectionSpace);
110 protectionSpaceToCredentialMap().remove(protectionSpace);
150 protectionSpaceToCredentialMap().set(iter->second, credential);
159 return protectionSpaceToCredentialMap().get(iter->second);

Completed in 41 milliseconds