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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp524 int objectStoreIdBytes = ((firstByte >> 2) & 0x7) + 1; local
527 if (start + databaseIdBytes + objectStoreIdBytes + indexIdBytes > limit)
532 result->m_objectStoreId = decodeInt(start, start + objectStoreIdBytes);
533 start += objectStoreIdBytes;

Completed in 123 milliseconds