HomeSort by relevance Sort by last modified time
    Searched refs:m_currentKey (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 706 virtual PassRefPtr<IDBKey> key() { return m_currentKey; }
707 virtual PassRefPtr<IDBKey> primaryKey() { return m_currentKey; }
722 RefPtr<IDBKey> m_currentKey;
731 RefPtr<IDBKey> oldKey = m_currentKey;
741 if (m_currentKey->isLessThan(key))
744 if (key->isLessThan(m_currentKey.get()))
752 if (!m_currentKey->isEqual(oldKey.get()))
780 m_currentKey = keyFromQuery(m_query, 1);
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 84 milliseconds