HomeSort by relevance Sort by last modified time
    Searched refs:ObjectStoreRecordCallback (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 70 class ObjectStoreRecordCallback {
73 virtual ~ObjectStoreRecordCallback() {};
75 virtual bool forEachObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, ObjectStoreRecordCallback&) = 0;
IDBLevelDBBackingStore.h 59 virtual bool forEachObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, ObjectStoreRecordCallback&);
IDBSQLiteBackingStore.h 54 virtual bool forEachObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, ObjectStoreRecordCallback&);
IDBObjectStoreBackendImpl.cpp 328 class PopulateIndexCallback : public IDBBackingStore::ObjectStoreRecordCallback {
IDBSQLiteBackingStore.cpp 525 bool IDBSQLiteBackingStore::forEachObjectStoreRecord(int64_t, int64_t objectStoreId, ObjectStoreRecordCallback& callback)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 72 milliseconds