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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h444 const_iterator end() const { return makeKnownGoodConstIterator(m_table + m_tableSize); }
536 const_iterator makeKnownGoodConstIterator(ValueType* pos) const { return const_iterator(pos, m_table + m_tableSize, this, HashItemKnownGood); } function in class:WTF::HashTable
933 return makeKnownGoodConstIterator(entry);

Completed in 419 milliseconds