Searched defs:DeleteRecord (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Ddatabase_browsertest.cc55 void DeleteRecord(Shell* shell, int index) { function in class:content::DatabaseTest
99 IN_PROC_BROWSER_TEST_F(DatabaseTest, DeleteRecord) {
103 DeleteRecord(shell(), 0);
109 DeleteRecord(shell(), 1);
151 DeleteRecord(shell(), 0);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc97 leveldb::Status IndexedDBFakeBackingStore::DeleteRecord( function in class:content::IndexedDBFakeBackingStore
H A Dindexed_db_backing_store.cc1968 leveldb::Status IndexedDBBackingStore::DeleteRecord( function in class:content::IndexedDBBackingStore
1973 IDB_TRACE("IndexedDBBackingStore::DeleteRecord");

Completed in 102 milliseconds