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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h85 typedef ListHashSetTranslator<HashArg> BaseTranslator; typedef in class:WTF::ListHashSet
749 ImplTypeIterator it = m_impl.template find<BaseTranslator>(value);
758 ImplTypeConstIterator it = m_impl.template find<BaseTranslator>(value);
800 return m_impl.template contains<BaseTranslator>(value);
811 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
827 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
839 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
851 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, *this->allocator());

Completed in 83 milliseconds