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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp179 static Vector<char> encodeInt(int64_t n) function in namespace:WebCore
479 return db->put(key, encodeInt(value));
546 Vector<char> databaseIdString = encodeInt(m_databaseId);
547 Vector<char> objectStoreIdString = encodeInt(m_objectStoreId);
548 Vector<char> indexIdString = encodeInt(m_indexId);
1822 if (!m_db->put(existsEntryKey, encodeInt(version)))

Completed in 44 milliseconds