Home
last modified time | relevance | path

Searched refs:objectStoreDataId (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp534 int64_t objectStoreDataId = query.getColumnInt64(0); in forEachObjectStoreRecord() local
536 …efPtr<SQLiteRecordIdentifier> recordIdentifier = SQLiteRecordIdentifier::create(objectStoreDataId); in forEachObjectStoreRecord()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0630501 * The objectStoreDataId is NOT unique if there are multiple indexes. So
30503 * Do not delete all existing entries with that objectStoreDataId before
DChangeLog54408 (WebCore::CursorImplCommon::ObjectStoreCursorImpl::objectStoreDataId):