Home
last modified time | relevance | path

Searched defs:indexId (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp565 … int64_t objectStoreId, const String& name, const String& keyPath, bool isUnique, int64_t& indexId) in createIndex() argument
583 void IDBSQLiteBackingStore::deleteIndex(int64_t, int64_t, int64_t indexId) in deleteIndex() argument
589 bool IDBSQLiteBackingStore::putIndexDataForRecord(int64_t, int64_t, int64_t indexId, const IDBKey& … in putIndexDataForRecord() argument
604 bool IDBSQLiteBackingStore::deleteIndexDataForRecord(int64_t, int64_t, int64_t indexId, const Objec… in deleteIndexDataForRecord() argument
617 String IDBSQLiteBackingStore::getObjectViaIndex(int64_t, int64_t, int64_t indexId, const IDBKey& ke… in getObjectViaIndex() argument
656 PassRefPtr<IDBKey> IDBSQLiteBackingStore::getPrimaryKeyViaIndex(int64_t, int64_t, int64_t indexId, … in getPrimaryKeyViaIndex() argument
678 bool IDBSQLiteBackingStore::keyExistsInIndex(int64_t, int64_t, int64_t indexId, const IDBKey& key) in keyExistsInIndex() argument
913 …:Cursor> IDBSQLiteBackingStore::openIndexKeyCursor(int64_t, int64_t, int64_t indexId, const IDBKey… in openIndexKeyCursor() argument
953 …re::Cursor> IDBSQLiteBackingStore::openIndexCursor(int64_t, int64_t, int64_t indexId, const IDBKey… in openIndexCursor() argument
DIDBLevelDBBackingStore.cpp509 KeyPrefix(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in KeyPrefix()
858 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, unsigned ch… in encode()
881 int64_t indexId() const in indexId() function in WebCore::__anon988460de0111::IndexMetaDataKey
977 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in encode()
1002 int64_t indexId() const in indexId() function in WebCore::__anon988460de0111::IndexFreeListKey
1237 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const Vecto… in encode()
1246 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKe… in encode()
1280 int64_t indexId() const in indexId() function in WebCore::__anon988460de0111::IndexDataKey
1941 int64_t indexId = metaDataKey.indexId(); in getIndexes() local
1993 int64_t indexId = maxIndexId + 1; in getNewIndexId() local
[all …]
DIDBObjectStoreBackendImpl.cpp330 …ckingStore, const String& indexKeyPath, int64_t databaseId, int64_t objectStoreId, int64_t indexId) in PopulateIndexCallback()
361 …ckingStore& backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const String… in populateIndex()
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp282 NPIdentifier indexId = WebBindings::getStringIdentifier(index.c_str()); in toStringVector() local