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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 380 class ObjectStoreDataKey {
384 ObjectStoreDataKey();
385 ~ObjectStoreDataKey();
387 static bool Decode(base::StringPiece* slice, ObjectStoreDataKey* result);
446 // This is the user's ObjectStoreDataKey, not the BlobEntryKey itself.
indexed_db_leveldb_coding.cc 128 // Object store data: [ObjectStoreDataKey]
916 int CompareSuffix<ObjectStoreDataKey>(StringPiece* slice_a,
    [all...]

Completed in 64 milliseconds