HomeSort by relevance Sort by last modified time
    Searched refs:NormalTask (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 60 NormalTask = 0,
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 97 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, direction, false, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr());
151 backendDB()->openCursor(m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange.release(), direction, true, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr());
IDBObjectStore.h 86 PassRefPtr<IDBRequest> openCursor(ExecutionContext*, PassRefPtr<IDBKeyRange>, IndexedDB::CursorDirection, blink::WebIDBDatabase::TaskType = blink::WebIDBDatabase::NormalTask);
IDBObjectStore.cpp 352 // back to processing tasks of type NormalTask.
536 return openCursor(context, keyRange, direction, WebIDBDatabase::NormalTask);
575 backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange.release(), direction, true, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr());

Completed in 212 milliseconds