Searched refs:webPreferencesInstances (Results 1 – 3 of 3) sorted by relevance
105 static HashMap<WebCore::String, COMPtr<WebPreferences> > webPreferencesInstances; variable158 return webPreferencesInstances.get(identifierString).get(); in getInstanceForIdentifier()166 webPreferencesInstances.add(identifierString, instance); in setInstance()171 if (!identifier || webPreferencesInstances.isEmpty()) in removeReferenceForIdentifier()175 WebPreferences* webPreference = webPreferencesInstances.get(identifierString).get(); in removeReferenceForIdentifier()177 webPreferencesInstances.remove(identifierString); in removeReferenceForIdentifier()
1997 Bug 21526: The hashmap webPreferencesInstances in WebPreferences.cpp can 2001 webPreferencesInstances now keeps a reference to all the instances it holds.
49 static NSMutableDictionary *webPreferencesInstances;970 …WebPreferences *instance = [webPreferencesInstances objectForKey:[self _concatenateKeyWithIBCreato…977 if (!webPreferencesInstances)978 webPreferencesInstances = [[NSMutableDictionary alloc] init];980 … [webPreferencesInstances setObject:instance forKey:[self _concatenateKeyWithIBCreatorID:ident]];989 WebPreferences *instance = [webPreferencesInstances objectForKey:identifier];991 [webPreferencesInstances removeObjectForKey:identifier];