HomeSort by relevance Sort by last modified time
    Searched refs:HashType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
COMPropertyBag.h 38 template<typename ValueType, typename KeyType = typename WTF::String, typename HashType = typename WTF::StringHash>
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, HashType>::createInstance(const HashMapType& hashMap)
90 template<typename ValueType, typename KeyType, typename HashType>
91 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap)
100 template<typename ValueType, typename KeyType, typename HashType>
101 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::QueryInterface(REFIID riid, void** ppvObject
    [all...]
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 52 template<class HashType>
53 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set)
74 template<class HashType>
75 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set)
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 307 typedef base::hash_map<std::string, int> HashType;
308 static HashType* english_to_resource_id = NULL;
311 english_to_resource_id = new HashType(kEnglishToResourceIdArraySize);
341 HashType::const_iterator iter = english_to_resource_id->find(english_string);

Completed in 398 milliseconds