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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1339 unsigned char typeByteA = *ptrA++; local
1342 if (int x = typeByteA - typeByteB)
1345 if (typeByteA <= 1)
1347 if (typeByteA == kDatabaseFreeListTypeByte)
1349 if (typeByteA == kDatabaseNameTypeByte)
1357 unsigned char typeByteA = *ptrA++; local
1360 if (int x = typeByteA - typeByteB)
1363 if (typeByteA <= 3)
1366 if (typeByteA == kObjectStoreMetaDataTypeByte)
1368 if (typeByteA
[all...]

Completed in 42 milliseconds