OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDB_TRACE1
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_tracing.h
10
#define
IDB_TRACE1
(a, arg1_name, arg1_val) \
indexed_db_database.cc
271
IDB_TRACE1
("IndexedDBDatabase::CreateObjectStore", "txn.id", transaction_id);
320
IDB_TRACE1
("IndexedDBDatabase::DeleteObjectStore", "txn.id", transaction_id);
342
IDB_TRACE1
("IndexedDBDatabase::CreateIndex", "txn.id", transaction_id);
384
IDB_TRACE1
("IndexedDBDatabase::CreateIndexAbortOperation",
394
IDB_TRACE1
("IndexedDBDatabase::DeleteIndex", "txn.id", transaction_id);
414
IDB_TRACE1
(
451
IDB_TRACE1
("IndexedDBDatabase::DeleteIndexAbortOperation",
477
IDB_TRACE1
("IndexedDBDatabase::Abort", "txn.id", transaction_id);
485
IDB_TRACE1
("IndexedDBDatabase::Abort(error)", "txn.id", transaction_id);
499
IDB_TRACE1
("IndexedDBDatabase::Get", "txn.id", transaction_id)
[
all
...]
indexed_db_transaction.cc
134
IDB_TRACE1
("IndexedDBTransaction::Abort", "txn.id", id());
239
IDB_TRACE1
("IndexedDBTransaction::Commit", "txn.id", id());
334
IDB_TRACE1
("IndexedDBTransaction::ProcessTaskQueue", "txn.id", id());
Completed in 61 milliseconds