OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBTaskTypeNormal
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h
62
WebIDBTaskTypeNormal
= 0,
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.h
95
IDBRequest* openCursor(ScriptState*, IDBKeyRange*, WebIDBCursorDirection, WebIDBTaskType =
WebIDBTaskTypeNormal
);
IDBIndex.cpp
108
backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, false,
WebIDBTaskTypeNormal
, WebIDBCallbacksImpl::create(request).leakPtr());
171
backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, true,
WebIDBTaskTypeNormal
, WebIDBCallbacksImpl::create(request).leakPtr());
IDBObjectStore.cpp
578
return openCursor(scriptState, keyRange, direction,
WebIDBTaskTypeNormal
);
622
backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, direction, true,
WebIDBTaskTypeNormal
, WebIDBCallbacksImpl::create(request).leakPtr());
/external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc
182
blink::
WebIDBTaskTypeNormal
,
223
blink::
WebIDBTaskTypeNormal
,
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h
60
ScheduleTask(blink::
WebIDBTaskTypeNormal
, task);
indexed_db_transaction.cc
97
if (type == blink::
WebIDBTaskTypeNormal
) {
indexed_db_transaction_unittest.cc
184
blink::
WebIDBTaskTypeNormal
,
indexed_db_database.cc
[
all
...]
Completed in 379 milliseconds