Home
last modified time | relevance | path

Searched refs:IDB_TRACE (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_cursor.cc39 IDB_TRACE("IndexedDBCursor::Continue"); in Continue()
52 IDB_TRACE("IndexedDBCursor::Advance"); in Advance()
64 IDB_TRACE("IndexedDBCursor::CursorAdvanceOperation"); in CursorAdvanceOperation()
83 IDB_TRACE("IndexedDBCursor::CursorIterationOperation"); in CursorIterationOperation()
103 IDB_TRACE("IndexedDBCursor::PrefetchContinue"); in PrefetchContinue()
117 IDB_TRACE("IndexedDBCursor::CursorPrefetchIterationOperation"); in CursorPrefetchIterationOperation()
178 IDB_TRACE("IndexedDBCursor::PrefetchReset"); in PrefetchReset()
198 IDB_TRACE("IndexedDBCursor::Close"); in Close()
Dindexed_db_tracing.h9 #define IDB_TRACE(a) TRACE_EVENT0("IndexedDB", (a)); macro
Dindexed_db_backing_store.cc941 IDB_TRACE("IndexedDBBackingStore::Open"); in Open()
1098 IDB_TRACE("IndexedDBBackingStore::OpenInMemory"); in OpenInMemory()
1423 IDB_TRACE("IndexedDBBackingStore::DeleteDatabase"); in DeleteDatabase()
1505 IDB_TRACE("IndexedDBBackingStore::GetObjectStores"); in GetObjectStores()
1716 IDB_TRACE("IndexedDBBackingStore::CreateObjectStore"); in CreateObjectStore()
1764 IDB_TRACE("IndexedDBBackingStore::DeleteObjectStore"); in DeleteObjectStore()
1831 IDB_TRACE("IndexedDBBackingStore::GetRecord"); in GetRecord()
1906 IDB_TRACE("IndexedDBBackingStore::PutRecord"); in PutRecord()
1951 IDB_TRACE("IndexedDBBackingStore::ClearObjectStore"); in ClearObjectStore()
1973 IDB_TRACE("IndexedDBBackingStore::DeleteRecord"); in DeleteRecord()
[all …]
Dindexed_db_factory_impl.cc181 IDB_TRACE("IndexedDBFactoryImpl::GetDatabaseNames"); in GetDatabaseNames()
227 IDB_TRACE("IndexedDBFactoryImpl::DeleteDatabase"); in DeleteDatabase()
419 IDB_TRACE("IndexedDBFactoryImpl::Open"); in Open()
Dindexed_db_transaction.cc227 IDB_TRACE("IndexedDBTransaction::BlobWriteComplete"); in BlobWriteComplete()
Dindexed_db_context_impl.cc112 IDB_TRACE("init"); in IndexedDBContextImpl()
Dindexed_db_database.cc1715 IDB_TRACE("IndexedDBDatabase::Close"); in Close()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBRequest.cpp244 IDB_TRACE("IDBRequest::onError()"); in onError()
256 IDB_TRACE("IDBRequest::onSuccess(StringList)"); in onSuccess()
268 IDB_TRACE("IDBRequest::onSuccess(IDBCursor)"); in onSuccess()
289 IDB_TRACE("IDBRequest::onSuccess(IDBKey)"); in onSuccess()
301 IDB_TRACE("IDBRequest::onSuccess(SharedBuffer)"); in onSuccess()
332 IDB_TRACE("IDBRequest::onSuccess(SharedBuffer, IDBKey, IDBKeyPath)"); in onSuccess()
351 IDB_TRACE("IDBRequest::onSuccess(int64_t)"); in onSuccess()
359 IDB_TRACE("IDBRequest::onSuccess()"); in onSuccess()
381 IDB_TRACE("IDBRequest::onSuccess(key, primaryKey, value)"); in onSuccess()
433 IDB_TRACE("IDBRequest::dispatchEvent"); in dispatchEvent()
DIDBOpenDBRequest.cpp74 IDB_TRACE("IDBOpenDBRequest::onBlocked()"); in onBlocked()
83 IDB_TRACE("IDBOpenDBRequest::onUpgradeNeeded()"); in onUpgradeNeeded()
115 IDB_TRACE("IDBOpenDBRequest::onSuccess()"); in onSuccess()
144 IDB_TRACE("IDBOpenDBRequest::onSuccess()"); in onSuccess()
DIDBFactory.cpp75 IDB_TRACE("IDBFactory::getDatabaseNames"); in getDatabaseNames()
96 IDB_TRACE("IDBFactory::open"); in open()
134 IDB_TRACE("IDBFactory::open"); in open()
140 IDB_TRACE("IDBFactory::deleteDatabase"); in deleteDatabase()
DIDBIndex.cpp75 IDB_TRACE("IDBIndex::openCursor"); in openCursor()
114 IDB_TRACE("IDBIndex::count"); in count()
144 IDB_TRACE("IDBIndex::openKeyCursor"); in openKeyCursor()
177 IDB_TRACE("IDBIndex::get"); in get()
183 IDB_TRACE("IDBIndex::getKey"); in getKey()
DIDBObjectStore.cpp79 IDB_TRACE("IDBObjectStore::indexNames"); in indexNames()
89 IDB_TRACE("IDBObjectStore::get"); in get()
144 IDB_TRACE("IDBObjectStore::add"); in add()
150 IDB_TRACE("IDBObjectStore::put"); in put()
267 IDB_TRACE("IDBObjectStore::delete"); in deleteFunction()
304 IDB_TRACE("IDBObjectStore::clear"); in clear()
409 IDB_TRACE("IDBObjectStore::createIndex"); in createIndex()
474 IDB_TRACE("IDBObjectStore::index"); in index()
511 IDB_TRACE("IDBObjectStore::deleteIndex"); in deleteIndex()
551 IDB_TRACE("IDBObjectStore::openCursor"); in openCursor()
[all …]
DIDBCursor.cpp95 IDB_TRACE("IDBCursor::update"); in update()
128 IDB_TRACE("IDBCursor::advance"); in advance()
158 IDB_TRACE("IDBCursor::continue"); in continueFunction()
169 IDB_TRACE("IDBCursor::continuePrimaryKey"); in continuePrimaryKey()
231 IDB_TRACE("IDBCursor::delete"); in deleteFunction()
DIDBDatabase.cpp218 IDB_TRACE("IDBDatabase::createObjectStore"); in createObjectStore()
267 IDB_TRACE("IDBDatabase::deleteObjectStore"); in deleteObjectStore()
300 IDB_TRACE("IDBDatabase::transaction"); in transaction()
359 IDB_TRACE("IDBDatabase::close"); in close()
395 IDB_TRACE("IDBDatabase::onVersionChange"); in onVersionChange()
423 IDB_TRACE("IDBDatabase::dispatchEvent"); in dispatchEvent()
DIDBTracing.h33 #define IDB_TRACE(a) TRACE_EVENT0("IndexedDB", (a)); macro
DIDBTransaction.cpp216 IDB_TRACE("IDBTransaction::onAbort"); in onAbort()
255 IDB_TRACE("IDBTransaction::onComplete"); in onComplete()
319 IDB_TRACE("IDBTransaction::dispatchEvent"); in dispatchEvent()
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
DIDBBindingUtilities.cpp345 IDB_TRACE("createIDBKeyFromScriptValueAndKeyPath"); in createIDBKeyFromScriptValueAndKeyPath()
364 IDB_TRACE("injectIDBV8KeyIntoV8Value"); in injectV8KeyIntoV8Value()
389 IDB_TRACE("canInjectIDBKeyIntoScriptValue"); in canInjectIDBKeyIntoScriptValue()