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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedHashSet.h147 typedef LinkedHashSetTranslator<Value, HashFunctions, Allocator> NodeHashFunctions; typedef in class:WTF::LinkedHashSet
151 NodeHashFunctions, NodeHashTraits, NodeHashTraits, Allocator> ImplType;
240 AddResult insertBefore(iterator it, ValuePeekInType newValue) { return m_impl.template add<NodeHashFunctions>(newValue, it.node()); }
557 LinkedHashSet::Node* node = m_impl.template lookup<LinkedHashSet::NodeHashFunctions, ValuePeekInType>(value);
566 const LinkedHashSet::Node* node = m_impl.template lookup<LinkedHashSet::NodeHashFunctions, ValuePeekInType>(value);
610 return m_impl.template contains<NodeHashFunctions>(value);
616 return m_impl.template add<NodeHashFunctions>(value, &m_anchor);
622 typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor);
629 typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor);
641 typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(valu
[all...]

Completed in 75 milliseconds