Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_database.cc271 IDB_TRACE1("IndexedDBDatabase::CreateObjectStore", "txn.id", transaction_id); in CreateObjectStore()
320 IDB_TRACE1("IndexedDBDatabase::DeleteObjectStore", "txn.id", transaction_id); in DeleteObjectStore()
342 IDB_TRACE1("IndexedDBDatabase::CreateIndex", "txn.id", transaction_id); in CreateIndex()
384 IDB_TRACE1("IndexedDBDatabase::CreateIndexAbortOperation", in CreateIndexAbortOperation()
394 IDB_TRACE1("IndexedDBDatabase::DeleteIndex", "txn.id", transaction_id); in DeleteIndex()
414 IDB_TRACE1( in DeleteIndexOperation()
451 IDB_TRACE1("IndexedDBDatabase::DeleteIndexAbortOperation", in DeleteIndexAbortOperation()
477 IDB_TRACE1("IndexedDBDatabase::Abort", "txn.id", transaction_id); in Abort()
485 IDB_TRACE1("IndexedDBDatabase::Abort(error)", "txn.id", transaction_id); in Abort()
499 IDB_TRACE1("IndexedDBDatabase::Get", "txn.id", transaction_id); in Get()
[all …]
Dindexed_db_tracing.h10 #define IDB_TRACE1(a, arg1_name, arg1_val) \ macro
Dindexed_db_transaction.cc134 IDB_TRACE1("IndexedDBTransaction::Abort", "txn.id", id()); in Abort()
239 IDB_TRACE1("IndexedDBTransaction::Commit", "txn.id", id()); in Commit()
334 IDB_TRACE1("IndexedDBTransaction::ProcessTaskQueue", "txn.id", id()); in ProcessTaskQueue()