Home
last modified time | relevance | path

Searched defs:NamedFlowHashTranslator (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNamedFlowCollection.cpp126 struct NamedFlowCollection::NamedFlowHashTranslator { struct in WebCore::NamedFlowCollection
127 static unsigned hash(const String& key) { return DefaultHash<String>::Hash::hash(key); } in hash()
128 static bool equal(NamedFlow* a, const String& b) { return a->name() == b; } in equal()