Home
last modified time | relevance | path

Searched refs:WebIDBCallbacksImpl (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.cpp58 PassOwnPtr<WebIDBCallbacksImpl> WebIDBCallbacksImpl::create(IDBRequest* request) in create()
60 return adoptPtr(new WebIDBCallbacksImpl(request)); in create()
63 WebIDBCallbacksImpl::WebIDBCallbacksImpl(IDBRequest* request) in WebIDBCallbacksImpl() function in blink::WebIDBCallbacksImpl
69 WebIDBCallbacksImpl::~WebIDBCallbacksImpl() in ~WebIDBCallbacksImpl()
82 void WebIDBCallbacksImpl::onError(const WebIDBDatabaseError& error) in onError()
89 void WebIDBCallbacksImpl::onSuccess(const WebVector<blink::WebString>& webStringList) in onSuccess()
99 void WebIDBCallbacksImpl::onSuccess(WebIDBCursor* cursor, const WebIDBKey& key, const WebIDBKey& pr… in onSuccess()
106 void WebIDBCallbacksImpl::onSuccess(WebIDBDatabase* backend, const WebIDBMetadata& metadata) in onSuccess()
113 void WebIDBCallbacksImpl::onSuccess(const WebIDBKey& key) in onSuccess()
120 void WebIDBCallbacksImpl::onSuccess(const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo) in onSuccess()
[all …]
DWebIDBCallbacksImpl.h50 class WebIDBCallbacksImpl FINAL : public WebIDBCallbacks {
52 static PassOwnPtr<WebIDBCallbacksImpl> create(IDBRequest*);
54 virtual ~WebIDBCallbacksImpl();
71 explicit WebIDBCallbacksImpl(IDBRequest*);
DIDBIndex.cpp108 …, m_metadata.id, keyRange, direction, false, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(req… in openCursor()
138 …m_transaction->id(), m_objectStore->id(), m_metadata.id, keyRange, WebIDBCallbacksImpl::create(req… in count()
171 …), m_metadata.id, keyRange, direction, true, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(req… in openKeyCursor()
215 …tion->id(), m_objectStore->id(), m_metadata.id, keyRange, keyOnly, WebIDBCallbacksImpl::create(req… in getInternal()
DIDBFactory.cpp90 …Platform::current()->idbFactory()->getDatabaseNames(WebIDBCallbacksImpl::create(request).leakPtr()… in getDatabaseNames()
128 …Platform::current()->idbFactory()->open(name, version, transactionId, WebIDBCallbacksImpl::create(… in openInternal()
160 …Platform::current()->idbFactory()->deleteDatabase(name, WebIDBCallbacksImpl::create(request).leakP… in deleteDatabase()
DIDBObjectStore.cpp115 …saction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, false, WebIDBCallbacksImpl::create(req… in get()
261 …(valueBuffer), blobInfo, key, static_cast<WebIDBPutMode>(putMode), WebIDBCallbacksImpl::create(req… in put()
298 …backendDB()->deleteRange(m_transaction->id(), id(), keyRange, WebIDBCallbacksImpl::create(request)… in deleteFunction()
327 backendDB()->clear(m_transaction->id(), id(), WebIDBCallbacksImpl::create(request).leakPtr()); in clear()
586 …), IDBIndexMetadata::InvalidId, range, direction, false, taskType, WebIDBCallbacksImpl::create(req… in openCursor()
622 …adata::InvalidId, keyRange, direction, true, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(req… in openKeyCursor()
652 …(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, WebIDBCallbacksImpl::create(req… in count()
DIDBCursor.cpp153 m_backend->advance(count, WebIDBCallbacksImpl::create(m_request).leakPtr()); in advance()
226 m_backend->continueFunction(key, primaryKey, WebIDBCallbacksImpl::create(m_request).leakPtr()); in continueFunction()
266 …Range(m_transaction->id(), effectiveObjectStore()->id(), keyRange, WebIDBCallbacksImpl::create(req… in deleteFunction()
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi558 'indexeddb/WebIDBCallbacksImpl.cpp',
559 'indexeddb/WebIDBCallbacksImpl.h',
Dmodules.target.darwin-x86.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-mips64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-x86_64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-arm.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.darwin-x86_64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.darwin-arm64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.darwin-mips.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-mips.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.darwin-mips64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.darwin-arm.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-x86.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
Dmodules.target.linux-arm64.mk240 third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \