Searched refs:HashType (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebKit/win/ |
D | COMPropertyBag.h | 38 template<typename ValueType, typename KeyType = typename WTF::String, typename HashType = typename … 42 typedef HashMap<KeyType, ValueType, HashType> HashMapType; 82 template<typename ValueType, typename KeyType, typename HashType> 83 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, … in createInstance() 90 template<typename ValueType, typename KeyType, typename HashType> 91 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, … in adopt() 100 template<typename ValueType, typename KeyType, typename HashType> 101 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::QueryInterface(REFIID riid,… in QueryInterface() 117 template<typename ValueType, typename KeyType, typename HashType> 118 ULONG STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::AddRef() in AddRef() [all …]
|
/external/webkit/Source/WebCore/loader/ |
D | CrossOriginPreflightResultCache.cpp | 52 template<class HashType> 53 …ontrolAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) in addToAccessControlAllowList() 74 template<class HashType> 75 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set) in parseAccessControlAllowList()
|
/external/chromium/chrome/browser/chromeos/input_method/ |
D | input_method_util.cc | 307 typedef base::hash_map<std::string, int> HashType; in GetLocalizedString() typedef 308 static HashType* english_to_resource_id = NULL; in GetLocalizedString() 311 english_to_resource_id = new HashType(kEnglishToResourceIdArraySize); in GetLocalizedString() 341 HashType::const_iterator iter = english_to_resource_id->find(english_string); in GetLocalizedString()
|