Home
last modified time | relevance | path

Searched refs:IDBCallbacks (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
DIDBObjectStoreBackendImpl.h69 …virtual void get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*…
70 …efPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, IDBTransactio…
71 …virtual void deleteFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>, IDBTransactionBacken…
72 virtual void clear(PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&);
78 …r(PassRefPtr<IDBKeyRange> range, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
87 …IDBKey> selectKeyForPut(IDBObjectStoreBackendImpl*, IDBKey*, PutMode, IDBCallbacks*, RefPtr<Serial…
89 …Context*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>);
90 …efPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, PassRefPtr<ID…
91 …Context*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>);
92 …Internal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBCallbacks>);
[all …]
DIDBObjectStoreBackendInterface.h38 class IDBCallbacks; variable
53 …virtual void get(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, Ex…
60 …efPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, IDBTransactio…
61 …virtual void deleteFunction(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInt…
63 … virtual void clear(PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
69 …nCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
DIDBIndexBackendInterface.h37 class IDBCallbacks; variable
51 …nCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
52 …yCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
53 …virtual void get(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, Ex…
54 …virtual void getKey(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*,…
DIDBIndexBackendImpl.cpp71 …rection, IDBCursorBackendInterface::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks, Pas… in openCursorInternal()
103 …RefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, … in openCursor()
107 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in openCursor()
113 …RefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, … in openKeyCursor()
117 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in openKeyCursor()
123 …ndexBackendImpl> index, PassRefPtr<IDBKey> key, bool getObject, PassRefPtr<IDBCallbacks> callbacks) in getInternal()
143 void IDBIndexBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDB… in get()
147 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in get()
152 void IDBIndexBackendImpl::getKey(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, … in getKey()
156 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in getKey()
DIDBIndexBackendImpl.h69 …nCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
70 …yCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactio…
71 …virtual void get(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, Ex…
72 …virtual void getKey(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*,…
78 …ed short direction, IDBCursorBackendInterface::CursorType, PassRefPtr<IDBCallbacks>, PassRefPtr<ID…
79 …t*, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBKey>, bool getObject, PassRefPtr<IDBCallbacks>);
DIDBCursorBackendInterface.h39 class IDBCallbacks; variable
60 …virtual void update(PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBCallbacks>, ExceptionCode&) =…
61 …virtual void continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>, ExceptionCode&) = …
62 virtual void deleteFunction(PassRefPtr<IDBCallbacks>, ExceptionCode&) = 0;
DIDBCursorBackendImpl.cpp78 void IDBCursorBackendImpl::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks>… in update()
88 void IDBCursorBackendImpl::continueFunction(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prp… in continueFunction()
92 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in continueFunction()
99 …Ptr<IDBCursorBackendImpl> prpCursor, PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> callbacks) in continueFunctionInternal()
113 void IDBCursorBackendImpl::deleteFunction(PassRefPtr<IDBCallbacks> prpCallbacks, ExceptionCode& ec) in deleteFunction()
DIDBCursorBackendImpl.h61 … virtual void update(PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBCallbacks>, ExceptionCode&);
62 virtual void continueFunction(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, ExceptionCode&);
63 virtual void deleteFunction(PassRefPtr<IDBCallbacks>, ExceptionCode&);
68 …ExecutionContext*, PassRefPtr<IDBCursorBackendImpl>, PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>);
DIDBCallbacks.h46 class IDBCallbacks : public ThreadSafeRefCounted<IDBCallbacks> {
48 virtual ~IDBCallbacks() { } in ~IDBCallbacks()
DIDBObjectStoreBackendImpl.cpp84 void IDBObjectStoreBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallback… in get()
88 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in get()
93 …IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) in getInternal()
121 …lue> prpValue, PassRefPtr<IDBKey> prpKey, PutMode putMode, PassRefPtr<IDBCallbacks> prpCallbacks, … in put()
131 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in put()
139 …IDBObjectStoreBackendImpl* objectStore, IDBKey* key, PutMode putMode, IDBCallbacks* callbacks, Ref… in selectKeyForPut()
202 …lue> prpValue, PassRefPtr<IDBKey> prpKey, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, Pas… in putInternal()
272 void IDBObjectStoreBackendImpl::deleteFunction(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> … in deleteFunction()
281 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in deleteFunction()
287 …IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) in deleteInternal()
[all …]
DIDBDatabaseBackendImpl.cpp44 …static PassRefPtr<PendingSetVersionCall> create(const String& version, PassRefPtr<IDBCallbacks> ca… in create()
49 PassRefPtr<IDBCallbacks> callbacks() { return m_callbacks; } in callbacks()
53 …PendingSetVersionCall(const String& version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDat… in PendingSetVersionCall()
60 RefPtr<IDBCallbacks> m_callbacks;
165 void IDBDatabaseBackendImpl::setVersion(const String& version, PassRefPtr<IDBCallbacks> prpCallback… in setVersion()
167 RefPtr<IDBCallbacks> callbacks = prpCallbacks; in setVersion()
193 …r<IDBDatabaseBackendImpl> database, const String& version, PassRefPtr<IDBCallbacks> callbacks, Pas… in setVersionInternal()
DIDBRequest.h47 class IDBRequest : public IDBCallbacks, public EventTarget, public ActiveDOMObject {
94 using ThreadSafeRefCounted<IDBCallbacks>::ref;
95 using ThreadSafeRefCounted<IDBCallbacks>::deref;
DIDBDatabaseBackendInterface.h40 class IDBCallbacks; variable
59 …virtual void setVersion(const String& version, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBDatabaseCal…
DIDBDatabaseBackendImpl.h65 …virtual void setVersion(const String& version, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBDatabaseCal…
79 …PassRefPtr<IDBDatabaseBackendImpl>, const String& version, PassRefPtr<IDBCallbacks>, PassRefPtr<ID…
DIDBFactoryBackendInterface.h59 …virtual void open(const String& name, PassRefPtr<IDBCallbacks>, PassRefPtr<SecurityOrigin>, Frame*…
/external/webkit/Source/WebKit/chromium/src/
DIDBObjectStoreBackendProxy.h49 …virtual void get(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTrans…
50 …riptValue>, PassRefPtr<WebCore::IDBKey>, PutMode, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBT…
51 …virtual void deleteFunction(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCor…
52 …virtual void clear(PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTransactionBackendInterface*, We…
58 …<WebCore::IDBKeyRange>, unsigned short direction, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBT…
DIDBIndexBackendProxy.h49 …<WebCore::IDBKeyRange>, unsigned short direction, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBT…
50 …<WebCore::IDBKeyRange>, unsigned short direction, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBT…
51 …virtual void get(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTrans…
52 …virtual void getKey(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::IDBTr…
DWebIDBCallbacksImpl.h35 namespace WebCore { class IDBCallbacks; } variable
41 WebIDBCallbacksImpl(PassRefPtr<WebCore::IDBCallbacks>);
53 RefPtr<WebCore::IDBCallbacks> m_callbacks;
DIDBIndexBackendProxy.cpp78 …assRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openCursor()
86 …assRefPtr<IDBKeyRange> keyRange, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openKeyCursor()
94 void IDBIndexBackendProxy::get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTrans… in get()
102 void IDBIndexBackendProxy::getKey(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, IDBTr… in getKey()
DIDBObjectStoreBackendProxy.cpp77 void IDBObjectStoreBackendProxy::get(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, ID… in get()
85 …riptValue> value, PassRefPtr<IDBKey> key, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, IDB… in put()
93 void IDBObjectStoreBackendProxy::deleteFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> ca… in deleteFunction()
101 void IDBObjectStoreBackendProxy::clear(PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInt… in clear()
136 …r(PassRefPtr<IDBKeyRange> range, unsigned short direction, PassRefPtr<IDBCallbacks> callbacks, IDB… in openCursor()
DIDBCursorBackendProxy.h49 …pdate(PassRefPtr<WebCore::SerializedScriptValue>, PassRefPtr<WebCore::IDBCallbacks>, WebCore::Exce…
50 …virtual void continueFunction(PassRefPtr<WebCore::IDBKey>, PassRefPtr<WebCore::IDBCallbacks>, WebC…
51 virtual void deleteFunction(PassRefPtr<WebCore::IDBCallbacks>, WebCore::ExceptionCode&);
DIDBCursorBackendProxy.cpp77 void IDBCursorBackendProxy::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks in update()
82 void IDBCursorBackendProxy::continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callb… in continueFunction()
87 void IDBCursorBackendProxy::deleteFunction(PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) in deleteFunction()
DIDBFactoryBackendProxy.h48 …virtual void open(const String& name, PassRefPtr<WebCore::IDBCallbacks>, PassRefPtr<WebCore::Secur…
DIDBFactoryBackendProxy.cpp64 void IDBFactoryBackendProxy::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPt… in open()
DIDBCallbacksProxy.h43 class IDBCallbacksProxy : public WebCore::IDBCallbacks {

12