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

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 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 364 if (!backingStore.forEachObjectStoreRecord(databaseId, objectStoreId, callback))
IDBSQLiteBackingStore.cpp 525 bool IDBSQLiteBackingStore::forEachObjectStoreRecord(int64_t, int64_t objectStoreId, ObjectStoreRecordCallback& callback)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 71 milliseconds