OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDB_TRACE
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTracing.h
33
#define
IDB_TRACE
(a) TRACE_EVENT0("IndexedDB", (a));
IDBFactory.cpp
75
IDB_TRACE
("IDBFactory::getDatabaseNames");
96
IDB_TRACE
("IDBFactory::open");
134
IDB_TRACE
("IDBFactory::open");
140
IDB_TRACE
("IDBFactory::deleteDatabase");
IDBOpenDBRequest.cpp
74
IDB_TRACE
("IDBOpenDBRequest::onBlocked()");
83
IDB_TRACE
("IDBOpenDBRequest::onUpgradeNeeded()");
115
IDB_TRACE
("IDBOpenDBRequest::onSuccess()");
144
IDB_TRACE
("IDBOpenDBRequest::onSuccess()");
IDBRequest.cpp
244
IDB_TRACE
("IDBRequest::onError()");
256
IDB_TRACE
("IDBRequest::onSuccess(StringList)");
268
IDB_TRACE
("IDBRequest::onSuccess(IDBCursor)");
289
IDB_TRACE
("IDBRequest::onSuccess(IDBKey)");
301
IDB_TRACE
("IDBRequest::onSuccess(SharedBuffer)");
332
IDB_TRACE
("IDBRequest::onSuccess(SharedBuffer, IDBKey, IDBKeyPath)");
351
IDB_TRACE
("IDBRequest::onSuccess(int64_t)");
359
IDB_TRACE
("IDBRequest::onSuccess()");
381
IDB_TRACE
("IDBRequest::onSuccess(key, primaryKey, value)");
433
IDB_TRACE
("IDBRequest::dispatchEvent")
[
all
...]
IDBIndex.cpp
75
IDB_TRACE
("IDBIndex::openCursor");
114
IDB_TRACE
("IDBIndex::count");
144
IDB_TRACE
("IDBIndex::openKeyCursor");
177
IDB_TRACE
("IDBIndex::get");
183
IDB_TRACE
("IDBIndex::getKey");
IDBDatabase.cpp
218
IDB_TRACE
("IDBDatabase::createObjectStore");
267
IDB_TRACE
("IDBDatabase::deleteObjectStore");
300
IDB_TRACE
("IDBDatabase::transaction");
359
IDB_TRACE
("IDBDatabase::close");
395
IDB_TRACE
("IDBDatabase::onVersionChange");
423
IDB_TRACE
("IDBDatabase::dispatchEvent");
IDBObjectStore.cpp
79
IDB_TRACE
("IDBObjectStore::indexNames");
89
IDB_TRACE
("IDBObjectStore::get");
144
IDB_TRACE
("IDBObjectStore::add");
150
IDB_TRACE
("IDBObjectStore::put");
267
IDB_TRACE
("IDBObjectStore::delete");
304
IDB_TRACE
("IDBObjectStore::clear");
409
IDB_TRACE
("IDBObjectStore::createIndex");
474
IDB_TRACE
("IDBObjectStore::index");
511
IDB_TRACE
("IDBObjectStore::deleteIndex");
551
IDB_TRACE
("IDBObjectStore::openCursor")
[
all
...]
IDBCursor.cpp
95
IDB_TRACE
("IDBCursor::update");
128
IDB_TRACE
("IDBCursor::advance");
158
IDB_TRACE
("IDBCursor::continue");
169
IDB_TRACE
("IDBCursor::continuePrimaryKey");
231
IDB_TRACE
("IDBCursor::delete");
IDBTransaction.cpp
216
IDB_TRACE
("IDBTransaction::onAbort");
255
IDB_TRACE
("IDBTransaction::onComplete");
319
IDB_TRACE
("IDBTransaction::dispatchEvent");
/external/chromium_org/content/browser/indexed_db/
indexed_db_tracing.h
9
#define
IDB_TRACE
(a) TRACE_EVENT0("IndexedDB", (a));
indexed_db_cursor.cc
39
IDB_TRACE
("IndexedDBCursor::Continue");
52
IDB_TRACE
("IndexedDBCursor::Advance");
64
IDB_TRACE
("IndexedDBCursor::CursorAdvanceOperation");
83
IDB_TRACE
("IndexedDBCursor::CursorIterationOperation");
103
IDB_TRACE
("IndexedDBCursor::PrefetchContinue");
117
IDB_TRACE
("IndexedDBCursor::CursorPrefetchIterationOperation");
178
IDB_TRACE
("IndexedDBCursor::PrefetchReset");
198
IDB_TRACE
("IndexedDBCursor::Close");
indexed_db_factory_impl.cc
181
IDB_TRACE
("IndexedDBFactoryImpl::GetDatabaseNames");
227
IDB_TRACE
("IndexedDBFactoryImpl::DeleteDatabase");
419
IDB_TRACE
("IndexedDBFactoryImpl::Open");
indexed_db_backing_store.cc
[
all
...]
indexed_db_transaction.cc
227
IDB_TRACE
("IndexedDBTransaction::BlobWriteComplete");
indexed_db_context_impl.cc
112
IDB_TRACE
("init");
indexed_db_database.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp
345
IDB_TRACE
("createIDBKeyFromScriptValueAndKeyPath");
364
IDB_TRACE
("injectIDBV8KeyIntoV8Value");
389
IDB_TRACE
("canInjectIDBKeyIntoScriptValue");
Completed in 154 milliseconds