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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1432 static int compareIndexKeys(const LevelDBSlice& a, const LevelDBSlice& b) function in namespace:WebCore::__anon14722
2062 while (compareIndexKeys(it->key(), target) >= 0) {
2108 if (compareIndexKeys(it->key(), leveldbKey) > 0)
2139 if (it->isValid() && !compareIndexKeys(it->key(), levelDBKey))
2194 if (m_forward && m_highOpen && compareIndexKeys(m_iterator->key(), m_highKey) >= 0)
2196 if (m_forward && !m_highOpen && compareIndexKeys(m_iterator->key(), m_highKey) > 0)
2198 if (!m_forward && m_lowOpen && compareIndexKeys(m_iterator->key(), m_lowKey) <= 0)
2200 if (!m_forward && !m_lowOpen && compareIndexKeys(m_iterator->key(), m_lowKey) < 0)
2205 if (compareIndexKeys(m_iterator->key(), m_lowKey) <= 0) {
2212 if (compareIndexKeys(m_iterato
[all...]

Completed in 99 milliseconds