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

/macosx-10.9.5/WebCore-7537.78.1/editing/mac/
H A DAlternativeTextUIController.h64 typedef HashMap<uint64_t, RetainPtr<NSTextAlternatives> > HashMapType; typedef in class:WebCore::AlternativeTextUIController::AlernativeTextContextController
65 HashMapType m_alternativesObjectMap;
H A DAlternativeTextUIController.mm44 HashMapType::AddResult result = m_alternativesObjectMap.add(context, alternatives);
50 HashMapType::const_iterator itr = m_alternativesObjectMap.find(context);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMPropertyBag.h44 typedef HashMap<KeyType, ValueType, HashType> HashMapType; typedef in class:COMPropertyBag
46 static COMPropertyBag* createInstance(const HashMapType&);
47 static COMPropertyBag* adopt(HashMapType&);
71 COMPropertyBag(const HashMapType& hashMap)
80 HashMapType m_hashMap;
85 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::createInstance(const HashMapType& hashMap)
93 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap)
143 HashMapType::const_iterator it = m_hashMap.find(String(pszPropName));
144 HashMapType::const_iterator end = m_hashMap.end();
209 typedef HashMapType
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentCoders.h161 typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> HashMapType; typedef in struct:CoreIPC::ArgumentCoder
163 static void encode(ArgumentEncoder& encoder, const HashMapType& hashMap)
166 for (typename HashMapType::const_iterator it = hashMap.begin(), end = hashMap.end(); it != end; ++it)
170 static bool decode(ArgumentDecoder& decoder, HashMapType& hashMap)
176 HashMapType tempHashMap;

Completed in 133 milliseconds