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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1321 const char* endA = a.end(); local
1327 ptrA = KeyPrefix::decode(ptrA, endA, &prefixA);
1336 ASSERT(ptrA != endA);
1354 ASSERT(ptrA != endA);
1384 if (ptrA == endA && ptrB == endB)
1386 if (ptrA == endA)
1394 if (ptrA == endA && ptrB == endB)
1396 if (ptrA == endA)
1404 if (ptrA == endA && ptrB == endB)
1406 if (ptrA == endA)
[all...]

Completed in 43 milliseconds