Searched defs:CreateIndex (Results 1 – 5 of 5) sorted by relevance
296 TEST_F(IndexedDBDatabaseOperationTest, CreateIndex) { in TEST_F() argument349 TEST_F(IndexedDBDatabaseOperationAbortTest, CreateIndex) { in TEST_F() argument
129 leveldb::Status IndexedDBFakeBackingStore::CreateIndex( in CreateIndex() function in content::IndexedDBFakeBackingStore
334 void IndexedDBDatabase::CreateIndex(int64 transaction_id, in CreateIndex() function in content::IndexedDBDatabase
2699 leveldb::Status IndexedDBBackingStore::CreateIndex( in CreateIndex() function in content::IndexedDBBackingStore
166 bool CreateIndex(sql::Connection* db, const IndexInfo& info) { in CreateIndex() function